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

Unified Diff: Source/web/WebSettingsImpl.h

Issue 134443003: Implement CSSOM Smooth Scroll API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 6 years, 10 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 77a8451a98384601abb9d23d805fcce4bd95b86c..d6fe9bd42bd5469159f41e24f42277bb4dde334e 100644
--- a/Source/web/WebSettingsImpl.h
+++ b/Source/web/WebSettingsImpl.h
@@ -77,6 +77,7 @@ public:
virtual void setCaretBrowsingEnabled(bool) OVERRIDE;
virtual void setClobberUserAgentInitialScaleQuirk(bool) OVERRIDE;
virtual void setCompositedScrollingForFramesEnabled(bool) OVERRIDE;
+ virtual void setCompositorDrivenScrollAnimationsEnabled(bool) OVERRIDE;
virtual void setCompositorTouchHitTesting(bool) OVERRIDE;
virtual void setCookieEnabled(bool) OVERRIDE;
virtual void setCursiveFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698