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

Unified Diff: Source/core/rendering/RenderTextControlSingleLine.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/core/rendering/RenderTextControlSingleLine.h
diff --git a/Source/core/rendering/RenderTextControlSingleLine.h b/Source/core/rendering/RenderTextControlSingleLine.h
index 950c361492133cbc7d6f3843653eae68f949bce6..063e92fa74a319db7d84f876f8bb73eb0dc141e3 100644
--- a/Source/core/rendering/RenderTextControlSingleLine.h
+++ b/Source/core/rendering/RenderTextControlSingleLine.h
@@ -64,8 +64,8 @@ private:
virtual int scrollTop() const OVERRIDE FINAL;
virtual int scrollWidth() const OVERRIDE FINAL;
virtual int scrollHeight() const OVERRIDE FINAL;
- virtual void setScrollLeft(int) OVERRIDE FINAL;
- virtual void setScrollTop(int) OVERRIDE FINAL;
+ virtual void setScrollLeft(int, ScrollBehavior) OVERRIDE FINAL;
+ virtual void setScrollTop(int, ScrollBehavior) OVERRIDE FINAL;
int textBlockWidth() const;
virtual float getAvgCharWidth(AtomicString family) OVERRIDE FINAL;

Powered by Google App Engine
This is Rietveld 408576698