Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2069)

Unified Diff: Source/web/WebSettingsImpl.h

Issue 75823002: Add Blink-side flag for enabling/disabling layer squashing. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/testing/InternalSettings.idl ('k') | Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebSettingsImpl.h
diff --git a/Source/web/WebSettingsImpl.h b/Source/web/WebSettingsImpl.h
index 1a6a6ffb62e878d0c058b8a36fd2deb140c42697..e0aa0ee44ad2b2ac308da02033a3f18e6009d60f 100644
--- a/Source/web/WebSettingsImpl.h
+++ b/Source/web/WebSettingsImpl.h
@@ -114,6 +114,7 @@ public:
virtual void setJavaScriptCanAccessClipboard(bool);
virtual void setJavaScriptCanOpenWindowsAutomatically(bool);
virtual void setJavaScriptEnabled(bool);
+ virtual void setLayerSquashingEnabled(bool);
virtual void setLayoutFallbackWidth(int);
virtual void setLoadsImagesAutomatically(bool);
virtual void setLoadWithOverviewMode(bool);
« no previous file with comments | « Source/core/testing/InternalSettings.idl ('k') | Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698