| Index: public/web/WebSettings.h
|
| diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h
|
| index ffc7d88e42fc6516e90a2243ee467865f2782df8..980b8b00f7ea5aef1121baa07d54d87095d783f6 100644
|
| --- a/public/web/WebSettings.h
|
| +++ b/public/web/WebSettings.h
|
| @@ -82,6 +82,7 @@ public:
|
| virtual void setAutoZoomFocusedNodeToLegibleScale(bool) = 0;
|
| virtual void setAuthorAndUserStylesEnabled(bool) = 0;
|
| virtual void setCaretBrowsingEnabled(bool) = 0;
|
| + virtual void setClobberUserAgentInitialScaleQuirk(bool) = 0;
|
| virtual void setCompositedScrollingForFramesEnabled(bool) = 0;
|
| virtual void setCompositorTouchHitTesting(bool) = 0;
|
| virtual void setCookieEnabled(bool) = 0;
|
|
|