| Index: content/browser/renderer_host/render_widget_host_view_aura.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_aura.h b/content/browser/renderer_host/render_widget_host_view_aura.h
|
| index b71e90cc0c6aa2f565deeb0b51705f59d991ece0..6c06169a2c8bed81d66f72a71480d31c07fd6755 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_aura.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_aura.h
|
| @@ -142,9 +142,6 @@ class CONTENT_EXPORT RenderWidgetHostViewAura
|
| void Focus() override;
|
| void UpdateCursor(const WebCursor& cursor) override;
|
| void SetIsLoading(bool is_loading) override;
|
| - void ImeCompositionRangeChanged(
|
| - const gfx::Range& range,
|
| - const std::vector<gfx::Rect>& character_bounds) override;
|
| void RenderProcessGone(base::TerminationStatus status,
|
| int error_code) override;
|
| void Destroy() override;
|
| @@ -586,8 +583,6 @@ class CONTENT_EXPORT RenderWidgetHostViewAura
|
| // object.
|
| ui::MotionEventAura pointer_state_;
|
|
|
| - // The current composition character bounds.
|
| - std::vector<gfx::Rect> composition_character_bounds_;
|
|
|
| // Indicates if there is onging composition text.
|
| bool has_composition_text_;
|
|
|