mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add multi-touch support for OSR (issue #1059)
This commit is contained in:
committed by
Marshall Greenblatt
parent
9ba28dd730
commit
5f615a95bc
@@ -29,6 +29,7 @@ class MainContextImpl : public MainContext {
|
||||
cef_color_t GetBackgroundColor() OVERRIDE;
|
||||
bool UseViews() OVERRIDE;
|
||||
bool UseWindowlessRendering() OVERRIDE;
|
||||
bool TouchEventsEnabled() OVERRIDE;
|
||||
void PopulateSettings(CefSettings* settings) OVERRIDE;
|
||||
void PopulateBrowserSettings(CefBrowserSettings* settings) OVERRIDE;
|
||||
void PopulateOsrSettings(OsrRendererSettings* settings) OVERRIDE;
|
||||
@@ -70,6 +71,7 @@ class MainContextImpl : public MainContext {
|
||||
bool use_windowless_rendering_;
|
||||
int windowless_frame_rate_;
|
||||
bool use_views_;
|
||||
bool touch_events_enabled_;
|
||||
|
||||
scoped_ptr<RootWindowManager> root_window_manager_;
|
||||
|
||||
|
Reference in New Issue
Block a user