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 d810b749cec778faa5037db2bee571ef9cb45b5d..c753d9f1b26123b7fe50ebbb83d67b5cc54a0c04 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -559,7 +559,8 @@ class CONTENT_EXPORT RenderViewHostImpl |
const std::vector<AccessibilityHostMsg_EventParams>& params); |
void OnAccessibilityLocationChanges( |
const std::vector<AccessibilityHostMsg_LocationChangeParams>& params); |
- void OnDidZoomURL(double zoom_level, bool remember, const GURL& url); |
+ void OnDidZoomURL(int zoom_id, double zoom_level, bool remember, |
+ const GURL& url); |
void OnRequestDesktopNotificationPermission(const GURL& origin, |
int callback_id); |
void OnShowDesktopNotification( |