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

Unified Diff: Source/core/html/HTMLBodyElement.h

Issue 134443003: Implement CSSOM Smooth Scroll API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/frame/LocalDOMWindow.cpp ('k') | Source/core/html/HTMLBodyElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLBodyElement.h
diff --git a/Source/core/html/HTMLBodyElement.h b/Source/core/html/HTMLBodyElement.h
index 7dd1f21c09b7bb2e28a67139b58143fa4436aa88..042b5e0d3a51f92fb9daa05043ddf136e4480a4c 100644
--- a/Source/core/html/HTMLBodyElement.h
+++ b/Source/core/html/HTMLBodyElement.h
@@ -61,10 +61,10 @@ private:
virtual bool supportsFocus() const OVERRIDE;
virtual int scrollLeft() OVERRIDE;
- virtual void setScrollLeft(int) OVERRIDE;
+ virtual void setScrollLeftInternal(int scrollLeft, ScrollBehavior) OVERRIDE;
virtual int scrollTop() OVERRIDE;
- virtual void setScrollTop(int) OVERRIDE;
+ virtual void setScrollTopInternal(int scrollTop, ScrollBehavior) OVERRIDE;
virtual int scrollHeight() OVERRIDE;
virtual int scrollWidth() OVERRIDE;
« no previous file with comments | « Source/core/frame/LocalDOMWindow.cpp ('k') | Source/core/html/HTMLBodyElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698