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 8d2b357480f41e72a2851f232385336721be4838..e41af81b131860f424dd4097542a2660ec20ad51 100644 |
--- a/content/browser/renderer_host/render_widget_host_view_gtk.h |
+++ b/content/browser/renderer_host/render_widget_host_view_gtk.h |
@@ -120,7 +120,7 @@ class CONTENT_EXPORT RenderWidgetHostViewGtk |
virtual void SetScrollOffsetPinning( |
bool is_pinned_to_left, bool is_pinned_to_right) OVERRIDE; |
virtual void GetScreenInfo(WebKit::WebScreenInfo* results) OVERRIDE; |
- virtual gfx::Rect GetRootWindowBounds() OVERRIDE; |
+ virtual gfx::Rect GetBoundsInRootWindow() OVERRIDE; |
virtual gfx::GLSurfaceHandle GetCompositingSurface() OVERRIDE; |
virtual bool LockMouse() OVERRIDE; |
virtual void UnlockMouse() OVERRIDE; |