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

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: 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
Index: Source/web/WebSettingsImpl.h
diff --git a/Source/web/WebSettingsImpl.h b/Source/web/WebSettingsImpl.h
index b703978157d005accfb4aa02b41478bb38f9784e..652e6833c4664c8d63ae632fd1187d49585ae1b3 100644
--- a/Source/web/WebSettingsImpl.h
+++ b/Source/web/WebSettingsImpl.h
@@ -53,6 +53,7 @@ public:
virtual void setAccelerated2dCanvasEnabled(bool) OVERRIDE;
virtual void setAccelerated2dCanvasMSAASampleCount(int) OVERRIDE;
virtual void setAcceleratedCompositingEnabled(bool) OVERRIDE;
+ virtual void setAcceleratedScrollingEnabled(bool) OVERRIDE;
virtual void setPreferCompositingToLCDTextEnabled(bool) OVERRIDE;
virtual void setAccessibilityEnabled(bool) OVERRIDE;
virtual void setAllowDisplayOfInsecureContent(bool) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698