Index: content/browser/renderer_host/render_widget_host_view_win.h |
diff --git a/content/browser/renderer_host/render_widget_host_view_win.h b/content/browser/renderer_host/render_widget_host_view_win.h |
index 1d887623eaf1e6007441fc0e1dc68f59443f29fc..4cad1b3b9dd6deab0c8d0813aed869cb1f46777c 100644 |
--- a/content/browser/renderer_host/render_widget_host_view_win.h |
+++ b/content/browser/renderer_host/render_widget_host_view_win.h |
@@ -174,8 +174,11 @@ class RenderWidgetHostViewWin |
virtual void SetIsLoading(bool is_loading) OVERRIDE; |
virtual void TextInputStateChanged(ui::TextInputType type, |
bool can_compose_inline) OVERRIDE; |
- virtual void SelectionBoundsChanged(const gfx::Rect& start_rect, |
- const gfx::Rect& end_rect) OVERRIDE; |
+ virtual void SelectionBoundsChanged( |
+ const gfx::Rect& start_rect, |
+ WebKit::WebTextDirection start_direction, |
+ const gfx::Rect& end_rect, |
+ WebKit::WebTextDirection end_direction) OVERRIDE; |
virtual void ImeCancelComposition() OVERRIDE; |
virtual void ImeCompositionRangeChanged( |
const ui::Range& range, |