Index: content/browser/web_contents/web_contents_impl.h |
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h |
index c9502666d05d830dbd31935e93060b1fe6e395db..ff7a6fa7e235c51e2855368459069a5a514c4649 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -839,7 +839,8 @@ class CONTENT_EXPORT WebContentsImpl |
// Helper function to invoke WebContentsDelegate::GetSizeForNewRenderView(). |
gfx::Size GetSizeForNewRenderView() const; |
- void OnFrameRemoved(RenderViewHostImpl* render_view_host, int64 frame_id); |
+ void OnFrameRemoved(RenderViewHostImpl* render_view_host, |
+ int frame_routing_id); |
// Helper method that's called whenever |preferred_size_| or |
// |preferred_size_for_capture_| changes, to propagate the new value to the |