Index: content/browser/renderer_host/render_view_host_impl.h |
diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h |
index 3cc9cc648c1e7c5102223bec90b4f237d3fe1e68..b64ba933a2c7ad6b80e793d5b8853aee808d1561 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -351,6 +351,7 @@ class CONTENT_EXPORT RenderViewHostImpl |
const gfx::Rect& node_bounds_in_viewport); |
void OnClosePageACK(); |
void OnDidZoomURL(double zoom_level, const GURL& url); |
+ void OnPageScaleFactorIsOneChanged(bool is_one); |
void OnRunFileChooser(const FileChooserParams& params); |
void OnFocusedNodeTouched(bool editable); |