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

Unified Diff: Source/web/WebViewImpl.h

Issue 556703005: Initial draft - modify ViewportAnchor to know about both inner and outer viewports. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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: Source/web/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index 6bed8b9669937015af72b398924f1ef8d0a064c8..64c0f66ca6fa156a2335a9371a88b5229d3e1e7b 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -490,6 +490,12 @@ private:
// prevent external usage
virtual void setPageScaleFactor(float scaleFactor, const WebPoint& origin) OVERRIDE;
+ void scrollAndRescaleViewports(float scaleFactor, const IntPoint& innerOrigin, const IntPoint& outerOrigin);
+
+ IntRect visibleRectInDocument() const;
+ IntRect outerViewportRectInDocument() const;
+
+
float legibleScale() const;
void refreshPageScaleFactorAfterLayout();
void resumeTreeViewCommits();

Powered by Google App Engine
This is Rietveld 408576698