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

Unified Diff: Source/web/WebSettingsImpl.h

Issue 722353002: Add development Blink setting for impl-side rubber-banding (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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/platform/scroll/ScrollableArea.h ('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 2f8c00740b2438e078d02c08b30a8e92fc2b4af3..f8709bdd0df2c46a32e77992356d639708fab4e9 100644
--- a/Source/web/WebSettingsImpl.h
+++ b/Source/web/WebSettingsImpl.h
@@ -135,6 +135,7 @@ public:
virtual void setRenderVSyncNotificationEnabled(bool) override;
virtual void setReportScreenSizeInPhysicalPixelsQuirk(bool) override;
virtual void setRootLayerScrolls(bool) override;
+ virtual void setRubberBandingOnCompositorThread(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/platform/scroll/ScrollableArea.h ('k') | Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698