Index: third_party/WebKit/Source/web/WebViewImpl.h |
diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h |
index 27faa498c35fb95851f9241302e9e51c6af1fd42..6c951efa8a18064d8102ae9893c6cd1ae9230519 100644 |
--- a/third_party/WebKit/Source/web/WebViewImpl.h |
+++ b/third_party/WebKit/Source/web/WebViewImpl.h |
@@ -529,6 +529,7 @@ private: |
InspectorOverlay* inspectorOverlay(); |
void setPageScaleFactorAndLocation(float, const FloatPoint&); |
+ void propagateZoomToLocalFrameRoots(Frame*); |
void scrollAndRescaleViewports(float scaleFactor, const IntPoint& mainFrameOrigin, const FloatPoint& visualViewportOrigin); |