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

Unified Diff: public/web/WebSettings.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: public/web/WebSettings.h
diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h
index 1f1acceea9251373e17e29d7f20157cbac212108..3fc14734c87f845676b2515a357e388085ccb735 100644
--- a/public/web/WebSettings.h
+++ b/public/web/WebSettings.h
@@ -85,6 +85,7 @@ public:
virtual void setCaretBrowsingEnabled(bool) = 0;
virtual void setClobberUserAgentInitialScaleQuirk(bool) = 0;
virtual void setCompositedScrollingForFramesEnabled(bool) = 0;
+ virtual void setCompositorDrivenScrollAnimationsEnabled(bool) = 0;
virtual void setCompositorTouchHitTesting(bool) = 0;
virtual void setCookieEnabled(bool) = 0;
virtual void setCursiveFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) = 0;

Powered by Google App Engine
This is Rietveld 408576698