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

Unified Diff: Source/web/WebViewImpl.h

Issue 1163433003: Remove WebViewImpl helper methods for setting scroll offset. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 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/web/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index aa5f6437e02c83d0272e5f906a5048bd1d4cce1c..d200c484414ef0822b737de4c4ef29c2eb75a5a9 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -545,8 +545,6 @@ private:
void resumeTreeViewCommits();
IntSize contentsSize() const;
- void updateLayoutViewportScrollPosition(const DoublePoint& scrollPosition, bool programmaticScroll);
-
void performResize();
void resizeViewWhileAnchored(FrameView*);

Powered by Google App Engine
This is Rietveld 408576698