Index: content/browser/renderer_host/render_widget_host_view_gtk.h |
diff --git a/content/browser/renderer_host/render_widget_host_view_gtk.h b/content/browser/renderer_host/render_widget_host_view_gtk.h |
index dd631b62a9449e0ad3f714a56b9b3379ca47033f..4752b9ac14e48a899104e05e9ac5049c264dfb1a 100644 |
--- a/content/browser/renderer_host/render_widget_host_view_gtk.h |
+++ b/content/browser/renderer_host/render_widget_host_view_gtk.h |
@@ -93,8 +93,11 @@ class CONTENT_EXPORT RenderWidgetHostViewGtk |
virtual void SelectionChanged(const string16& text, |
size_t offset, |
const ui::Range& range) 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 BackingStore* AllocBackingStore(const gfx::Size& size) OVERRIDE; |
virtual void CopyFromCompositingSurface( |
const gfx::Rect& src_subrect, |