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

Unified Diff: public/web/WebSettings.h

Issue 302993003: Route selection bounds updates through WebLayerTreeView (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Factor common logic to RenderLayerCompositor 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
« public/web/WebSelection.h ('K') | « public/web/WebSelection.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebSettings.h
diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h
index 77fe70d1fd6790f3ea37aca3126d4b7a8e20e794..6d0b9b0dc9232d87d3746a3b247bd39c97be70a8 100644
--- a/public/web/WebSettings.h
+++ b/public/web/WebSettings.h
@@ -52,6 +52,7 @@ public:
EditingBehaviorAndroid
};
+ virtual bool compositedSelectionUpdatesEnabled() const = 0;
virtual bool mainFrameResizesAreOrientationChanges() const = 0;
virtual bool shrinksViewportContentToFit() const = 0;
virtual bool scrollAnimatorEnabled() const = 0;
@@ -96,6 +97,7 @@ public:
virtual void setCaretBrowsingEnabled(bool) = 0;
virtual void setClobberUserAgentInitialScaleQuirk(bool) = 0;
virtual void setCompositedScrollingForFramesEnabled(bool) = 0;
+ virtual void setCompositedSelectionUpdatesEnabled(bool) = 0;
virtual void setCompositorTouchHitTesting(bool) = 0;
virtual void setContainerCullingEnabled(bool) = 0;
virtual void setCookieEnabled(bool) = 0;
« public/web/WebSelection.h ('K') | « public/web/WebSelection.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698