| 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 8af7d7a6911abaeedb7f75119a3057e2b7b13558..11045d263cfc4e6337ac26b407c99c519793add2 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -26,6 +26,7 @@
|
| #include "content/public/common/javascript_message_type.h"
|
| #include "net/http/http_response_headers.h"
|
| #include "third_party/WebKit/public/web/WebTextDirection.h"
|
| +#include "third_party/WebKit/public/web/WebTreeScopeType.h"
|
| #include "ui/accessibility/ax_node_data.h"
|
| #include "ui/base/page_transition_types.h"
|
|
|
| @@ -203,6 +204,7 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
|
|
| int routing_id() const { return routing_id_; }
|
| void OnCreateChildFrame(int new_routing_id,
|
| + blink::WebTreeScopeType scope,
|
| const std::string& frame_name,
|
| SandboxFlags sandbox_flags);
|
|
|
|
|