| Index: content/browser/frame_host/render_frame_proxy_host.h
|
| diff --git a/content/browser/frame_host/render_frame_proxy_host.h b/content/browser/frame_host/render_frame_proxy_host.h
|
| index fd5fc6c4ea51580cca35aed1cd43dd92d89a3e56..44c005fa2d82914302d4a81accd0ab4d7e56ee85 100644
|
| --- a/content/browser/frame_host/render_frame_proxy_host.h
|
| +++ b/content/browser/frame_host/render_frame_proxy_host.h
|
| @@ -10,6 +10,7 @@
|
| #include "content/browser/site_instance_impl.h"
|
| #include "ipc/ipc_listener.h"
|
| #include "ipc/ipc_sender.h"
|
| +#include "third_party/WebKit/public/platform/WebFocusType.h"
|
|
|
| struct FrameMsg_PostMessage_Params;
|
|
|
| @@ -129,6 +130,7 @@ class RenderFrameProxyHost
|
| void OnOpenURL(const FrameHostMsg_OpenURL_Params& params);
|
| void OnRouteMessageEvent(const FrameMsg_PostMessage_Params& params);
|
| void OnDidChangeOpener(int32 opener_routing_id);
|
| + void OnAdvanceFocus(blink::WebFocusType type, int32 source_routing_id);
|
|
|
| // This RenderFrameProxyHost's routing id.
|
| int routing_id_;
|
|
|