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

Unified Diff: third_party/WebKit/Source/web/WebViewImpl.h

Issue 1632983002: [DevTools] Do not reset scroll when emulating device. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « third_party/WebKit/Source/web/WebSettingsImpl.cpp ('k') | third_party/WebKit/Source/web/WebViewImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/WebViewImpl.h
diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
index 9e9602493da34062979440aff1177fbc3db85b05..9ee661331aaccfb70c79d3355e6beb796ccbc5b6 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.h
+++ b/third_party/WebKit/Source/web/WebViewImpl.h
@@ -287,7 +287,7 @@ public:
float minimumPageScaleFactor() const;
float maximumPageScaleFactor() const;
float clampPageScaleFactorToLimits(float) const;
- void resetScrollAndScaleStateImmediately();
+ void resetScaleStateImmediately();
HitTestResult coreHitTestResultAt(const WebPoint&);
void invalidateRect(const IntRect&);
@@ -546,7 +546,6 @@ private:
float maximumLegiblePageScale() const;
void refreshPageScaleFactorAfterLayout();
- void resetScrollAndScaleState(bool immediately);
void resumeTreeViewCommitsIfRenderingReady();
IntSize contentsSize() const;
« no previous file with comments | « third_party/WebKit/Source/web/WebSettingsImpl.cpp ('k') | third_party/WebKit/Source/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698