 Chromium Code Reviews
 Chromium Code Reviews Issue 225303014:
  [Pinch-to-zoom] Moved scale factor into PinchViewport  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master
    
  
    Issue 225303014:
  [Pinch-to-zoom] Moved scale factor into PinchViewport  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master| 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(); |