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

Unified Diff: Source/web/WebSettingsImpl.h

Issue 564043003: Add a setting to disable threaded scrolling (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: s/accelerated/threaded/ Created 6 years, 3 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/page/scrolling/ScrollingCoordinator.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 7365da10e2225b5b064cea8984de8acccb429b12..2ea737dcaf573df6f8c14fca46523cd2935cf254 100644
--- a/Source/web/WebSettingsImpl.h
+++ b/Source/web/WebSettingsImpl.h
@@ -154,6 +154,7 @@ public:
virtual void setTextAreasAreResizable(bool) OVERRIDE;
virtual void setTextAutosizingEnabled(bool) OVERRIDE;
virtual void setAccessibilityFontScaleFactor(float) OVERRIDE;
+ virtual void setThreadedScrollingEnabled(bool) OVERRIDE;
virtual void setTouchDragDropEnabled(bool) OVERRIDE;
virtual void setTouchEditingEnabled(bool) OVERRIDE;
virtual void setUnifiedTextCheckerEnabled(bool) OVERRIDE;
« no previous file with comments | « Source/core/page/scrolling/ScrollingCoordinator.cpp ('k') | Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698