| Index: content/browser/renderer_host/render_widget_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
|
| index 454bb17ffbbd957e0e77150b51ac82c0f9b7048f..537033be03658d153aa11484aa681dc79d30456c 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -622,11 +622,9 @@ class CONTENT_EXPORT RenderWidgetHostImpl
|
| bool can_compose_inline,
|
| int flags);
|
|
|
| -#if defined(OS_MACOSX) || defined(USE_AURA) || defined(OS_ANDROID)
|
| void OnImeCompositionRangeChanged(
|
| const gfx::Range& range,
|
| const std::vector<gfx::Rect>& character_bounds);
|
| -#endif
|
| void OnImeCancelComposition();
|
| void OnLockMouse(bool user_gesture,
|
| bool last_unlocked_by_target,
|
|
|