Chromium Code Reviews| 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(); |