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

Unified Diff: Source/core/page/Page.h

Issue 1277583003: Restore scale even if scroll is not restored (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Use window.scroll{X,y} Created 5 years, 4 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 | « Source/core/loader/FrameLoader.cpp ('k') | Source/core/page/Page.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Page.h
diff --git a/Source/core/page/Page.h b/Source/core/page/Page.h
index caacfa8aac46e0bc86a27bec077aed3e4cfdeb30..f4d664b4f47f797a445d7d1ba7ec325d7d326ac9 100644
--- a/Source/core/page/Page.h
+++ b/Source/core/page/Page.h
@@ -160,7 +160,7 @@ public:
void setDefersLoading(bool);
bool defersLoading() const { return m_defersLoading; }
- void setPageScaleFactor(float scale, const IntPoint& origin);
+ void setPageScaleFactor(float);
float pageScaleFactor() const;
float deviceScaleFactor() const { return m_deviceScaleFactor; }
« no previous file with comments | « Source/core/loader/FrameLoader.cpp ('k') | Source/core/page/Page.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698