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

Unified Diff: Source/web/WebSettingsImpl.h

Issue 691863003: Add a setting to do frame scrolls through the root layer. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 months 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/rendering/compositing/RenderLayerCompositor.cpp ('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 4582d1ffee9dcd66c813e3e656ad594678f96822..fb152068b9066dc26a326daf2f5dd1160f6cd432 100644
--- a/Source/web/WebSettingsImpl.h
+++ b/Source/web/WebSettingsImpl.h
@@ -133,6 +133,7 @@ public:
virtual void setPrimaryHoverType(HoverType) override;
virtual void setRenderVSyncNotificationEnabled(bool) override;
virtual void setReportScreenSizeInPhysicalPixelsQuirk(bool) override;
+ virtual void setRootLayerScrolls(bool) override;
virtual void setSansSerifFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) override;
virtual void setSelectTrailingWhitespaceEnabled(bool override);
virtual void setSelectionIncludesAltImageText(bool) override;
« no previous file with comments | « Source/core/rendering/compositing/RenderLayerCompositor.cpp ('k') | Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698