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

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

Issue 2383113003: Refactor ScrollableArea::setScrollPosition. (Closed)
Patch Set: Created 4 years, 3 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: third_party/WebKit/Source/core/frame/FrameView.h
diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
index 13328cf5ca368b3e3833d9fbd458096c5cfe1375..daa3e3c5951b8bf1c148ffb8ed7709b4f8e257fc 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.h
+++ b/third_party/WebKit/Source/core/frame/FrameView.h
@@ -764,7 +764,7 @@ class CORE_EXPORT FrameView final
private:
explicit FrameView(LocalFrame*);
- void setScrollOffset(const DoublePoint&, ScrollType) override;
+ void updateScrollPosition(const DoublePoint&, ScrollType) override;
void updateLifecyclePhasesInternal(
DocumentLifecycle::LifecycleState targetState);

Powered by Google App Engine
This is Rietveld 408576698