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

Unified Diff: Source/web/WebViewImpl.h

Issue 225303014: [Pinch-to-zoom] Moved scale factor into PinchViewport (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 8 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 56c93b3f4d9c17331f81258d75391677a6071f4f..ff5223fdb994eb8010abf1e490d9ec978dadbac1 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -519,6 +519,7 @@ public:
WebLayerTreeView* layerTreeView() const { return m_layerTreeView; }
private:
+ void setPageScaleFactor(float);
float legibleScale() const;
void refreshPageScaleFactorAfterLayout();
void resumeTreeViewCommits();

Powered by Google App Engine
This is Rietveld 408576698