| Index: public/web/WebSettings.h
|
| diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h
|
| index 49cadb4e69ede162196cb4c2d2cc14c3cbb3cb8c..7e2249f33e1a7cd1a6c112f6087abe7b7c778344 100644
|
| --- a/public/web/WebSettings.h
|
| +++ b/public/web/WebSettings.h
|
| @@ -235,6 +235,7 @@ public:
|
| virtual void setUnifiedTextCheckerEnabled(bool) = 0;
|
| virtual void setUnsafePluginPastingEnabled(bool) = 0;
|
| virtual void setUseLegacyBackgroundSizeShorthandBehavior(bool) = 0;
|
| + virtual void setUseMobileViewportStyle(bool) = 0;
|
| virtual void setUseSolidColorScrollbars(bool) = 0;
|
| virtual void setUseWideViewport(bool) = 0;
|
| virtual void setUsesEncodingDetector(bool) = 0;
|
|
|