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

Unified Diff: Source/core/frame/FrameView.h

Issue 879163002: Hook up window.scrollTo and friends. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@sa
Patch Set: rebase Created 5 years, 11 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/frame/FrameView.h
diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
index 286162a21e67b6a2caafd8964125d1ff44dc124d..c3cd0f839a9244c13a1e68d39ea2d86a735335e6 100644
--- a/Source/core/frame/FrameView.h
+++ b/Source/core/frame/FrameView.h
@@ -164,7 +164,7 @@ public:
IntSize inputEventsOffsetForEmulation() const;
void setInputEventsTransformForEmulation(const IntSize&, float);
- void setScrollPosition(const DoublePoint&, ScrollBehavior = ScrollBehaviorInstant);
+ virtual void setScrollPosition(const DoublePoint&, ScrollBehavior = ScrollBehaviorInstant) override;
virtual bool isRubberBandInProgress() const override;
virtual bool rubberBandingOnCompositorThread() const override;
void setScrollPositionNonProgrammatically(const IntPoint&);

Powered by Google App Engine
This is Rietveld 408576698