| 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;
|
|
|