| Index: public/web/WebSettings.h
|
| diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h
|
| index bd102c3144b867d32b20a12735f1dfe282fa0889..3e6e9ff9c96df0c19ec8f7ae8908bf685a6abc53 100644
|
| --- a/public/web/WebSettings.h
|
| +++ b/public/web/WebSettings.h
|
| @@ -182,6 +182,7 @@ public:
|
| virtual void setImagesEnabled(bool) = 0;
|
| virtual void setInlineTextBoxAccessibilityEnabled(bool) = 0;
|
| virtual void setInvertViewportScrollOrder(bool) = 0;
|
| + virtual void setScrollLayoutViewport(bool) = 0;
|
| virtual void setJavaScriptCanAccessClipboard(bool) = 0;
|
| virtual void setJavaScriptCanOpenWindowsAutomatically(bool) = 0;
|
| virtual void setJavaScriptEnabled(bool) = 0;
|
|
|