| 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..d06673e68b9420e104f10b13528b0a788f9d091f 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_base.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_base.h
|
| @@ -364,15 +364,6 @@ class CONTENT_EXPORT RenderWidgetHostViewBase : public RenderWidgetHostView,
|
| virtual void LockCompositingSurface() = 0;
|
| virtual void UnlockCompositingSurface() = 0;
|
|
|
| -#if defined(OS_MACOSX)
|
| - // 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.
|
| - // Returns true if the event was handled by IME.
|
| - virtual bool PostProcessEventForPluginIme(
|
| - const NativeWebKeyboardEvent& event) = 0;
|
| -#endif
|
| -
|
| // Updates the range of the marked text in an IME composition.
|
| virtual void ImeCompositionRangeChanged(
|
| const gfx::Range& range,
|
|
|