Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2708)

Unified Diff: Source/web/WebSettingsImpl.h

Issue 302993003: Route selection bounds updates through WebLayerTreeView (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Attach to proper scrolling layer Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/web/WebSettingsImpl.h
diff --git a/Source/web/WebSettingsImpl.h b/Source/web/WebSettingsImpl.h
index 45b0dfe38be34b55ca9228333a23c372f050bc92..f183eca37ea3f6d34bb5d6591729939e094e9442 100644
--- a/Source/web/WebSettingsImpl.h
+++ b/Source/web/WebSettingsImpl.h
@@ -45,6 +45,7 @@ public:
explicit WebSettingsImpl(WebCore::Settings*, WebCore::InspectorController*);
virtual ~WebSettingsImpl() { }
+ virtual bool compositedSelectionUpdatesEnabled() const OVERRIDE;
virtual bool mainFrameResizesAreOrientationChanges() const OVERRIDE;
virtual bool shrinksViewportContentToFit() const OVERRIDE;
virtual bool scrollAnimatorEnabled() const OVERRIDE;
@@ -73,6 +74,7 @@ public:
virtual void setAutoZoomFocusedNodeToLegibleScale(bool) OVERRIDE;
virtual void setCaretBrowsingEnabled(bool) OVERRIDE;
virtual void setClobberUserAgentInitialScaleQuirk(bool) OVERRIDE;
+ virtual void setCompositedSelectionUpdatesEnabled(bool) OVERRIDE;
virtual void setCompositedScrollingForFramesEnabled(bool) OVERRIDE;
virtual void setCompositorTouchHitTesting(bool) OVERRIDE;
virtual void setContainerCullingEnabled(bool) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698