| Index: third_party/WebKit/public/web/WebSettings.h
|
| diff --git a/third_party/WebKit/public/web/WebSettings.h b/third_party/WebKit/public/web/WebSettings.h
|
| index 178f6fd21cbe7459b889a919201e39b6676a586d..ef17af89c831f7fd9a399c98530070edbaea6e41 100644
|
| --- a/third_party/WebKit/public/web/WebSettings.h
|
| +++ b/third_party/WebKit/public/web/WebSettings.h
|
| @@ -190,7 +190,6 @@ class WebSettings {
|
| virtual void setJavaScriptCanAccessClipboard(bool) = 0;
|
| virtual void setJavaScriptCanOpenWindowsAutomatically(bool) = 0;
|
| virtual void setJavaScriptEnabled(bool) = 0;
|
| - void setLayerSquashingEnabled(bool) {}
|
| virtual void setLoadsImagesAutomatically(bool) = 0;
|
| virtual void setLoadWithOverviewMode(bool) = 0;
|
| virtual void setShouldReuseGlobalForUnownedMainFrame(bool) = 0;
|
|
|