| Index: content/browser/renderer_host/render_widget_host_view_base.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_base.h b/content/browser/renderer_host/render_widget_host_view_base.h
|
| index 463ece585891282937fd858fabcc9fc102056df5..34bedc3aed45ad3aa58bdd0b37786e433d82d5ab 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_base.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_base.h
|
| @@ -365,6 +365,8 @@ class CONTENT_EXPORT RenderWidgetHostViewBase : public RenderWidgetHostView,
|
| virtual void UnlockCompositingSurface() = 0;
|
|
|
| #if defined(OS_MACOSX)
|
| + gfx::NativeWindow CreateDetachedModeWindow() override;
|
| +
|
| // Does any event handling necessary for plugin IME; should be called after
|
| // the plugin has already had a chance to process the event. If plugin IME is
|
| // not enabled, this is a no-op, so it is always safe to call.
|
|
|