| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 5045b17848fb38e956e44b3807513e292ea34a65..f76074e115543d661ba5871afcf570ef3dcd856e 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -28,6 +28,7 @@
|
| #include "ipc/ipc_platform_file.h"
|
| #include "media/base/channel_layout.h"
|
| #include "media/base/media_log_event.h"
|
| +#include "ppapi/c/pp_instance.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebCompositionUnderline.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebInputEvent.h"
|
| @@ -651,9 +652,10 @@ IPC_STRUCT_BEGIN(ViewMsg_New_Params)
|
| // The properties of the screen associated with the view.
|
| IPC_STRUCT_MEMBER(WebKit::WebScreenInfo, screen_info)
|
|
|
| - // Indicates whether this newly created RenderView will be hosted by another
|
| - // RenderView.
|
| - IPC_STRUCT_MEMBER(bool, guest)
|
| + // The name of the channel with which a guest talks to its embedder.
|
| + // If this newly created RenderView has no embedder this string will be
|
| + // empty.
|
| + IPC_STRUCT_MEMBER(std::string, embedder_channel_name)
|
|
|
| // The accessibility mode of the renderer.
|
| IPC_STRUCT_MEMBER(AccessibilityMode, accessibility_mode)
|
|
|