Index: content/browser/frame_host/render_frame_host_impl.h |
diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h |
index b457a076e55120811cd6f0c7b214af7d5c936e3a..7bacf12179318727a7932f1659b0c32760923b65 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -23,6 +23,7 @@ |
#include "build/build_config.h" |
#include "content/browser/accessibility/browser_accessibility_manager.h" |
#include "content/browser/bad_message.h" |
+#include "content/browser/loader/global_routing_id.h" |
#include "content/browser/site_instance_impl.h" |
#include "content/browser/webui/web_ui_impl.h" |
#include "content/common/accessibility_mode_enums.h" |
@@ -251,6 +252,8 @@ class CONTENT_EXPORT RenderFrameHostImpl |
// focus and visibility for this frame. |
RenderWidgetHostView* GetView(); |
+ GlobalFrameRoutingId GetGlobalFrameRoutingId(); |
+ |
// This function is called when this is a swapped out RenderFrameHost that |
// lives in the same process as the parent frame. The |
// |cross_process_frame_connector| allows the non-swapped-out |