summaryrefslogtreecommitdiffstats
path: root/content/browser/web_contents/web_contents_impl.h
diff options
context:
space:
mode:
authorcreis@chromium.org <creis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-20 21:03:58 +0000
committercreis@chromium.org <creis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-20 21:03:58 +0000
commit58faf940cadadfb0cfd5eb061c66d56fbc29b0d6 (patch)
tree5748f400594712d3e11f0fa7587290d6ae8d0f8e /content/browser/web_contents/web_contents_impl.h
parentb91119e2dcd92057f9de00361b1206aa1f4e3fb9 (diff)
downloadchromium_src-58faf940cadadfb0cfd5eb061c66d56fbc29b0d6.zip
chromium_src-58faf940cadadfb0cfd5eb061c66d56fbc29b0d6.tar.gz
chromium_src-58faf940cadadfb0cfd5eb061c66d56fbc29b0d6.tar.bz2
Unify frame IDs with RenderFrameHost routing IDs.
This eliminates a lot of unnecessary code around FrameTreeNode::frame_id_, which was also incorrect if two frames had the same frame ID in different processes. BUG=314791 Review URL: https://codereview.chromium.org/172063002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252370 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/web_contents/web_contents_impl.h')
-rw-r--r--content/browser/web_contents/web_contents_impl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
index c950266..ff7a6fa 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