| Index: public/web/WebSettings.h
|
| diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h
|
| index 5d8cfc0bbc8de0b7fcd45d4b140b400df7337f09..9b386aae2161083d8b02df5d275c38c57dd5fdcd 100644
|
| --- a/public/web/WebSettings.h
|
| +++ b/public/web/WebSettings.h
|
| @@ -167,7 +167,7 @@ public:
|
| virtual void setJavaScriptCanAccessClipboard(bool) = 0;
|
| virtual void setJavaScriptCanOpenWindowsAutomatically(bool) = 0;
|
| virtual void setJavaScriptEnabled(bool) = 0;
|
| - virtual void setLayerSquashingEnabled(bool) = 0;
|
| + void setLayerSquashingEnabled(bool) { }
|
| virtual void setLoadsImagesAutomatically(bool) = 0;
|
| virtual void setLoadWithOverviewMode(bool) = 0;
|
| virtual void setLocalStorageEnabled(bool) = 0;
|
|
|