| Index: content/port/browser/render_widget_host_view_port.h
|
| diff --git a/content/port/browser/render_widget_host_view_port.h b/content/port/browser/render_widget_host_view_port.h
|
| index da4b7c489f658e13ad5c41e3da328557d45f5c8a..12fc7214a3a71666b4334d818577dcf2971f6608 100644
|
| --- a/content/port/browser/render_widget_host_view_port.h
|
| +++ b/content/port/browser/render_widget_host_view_port.h
|
| @@ -237,7 +237,7 @@ class CONTENT_EXPORT RenderWidgetHostViewPort : public RenderWidgetHostView {
|
| static void GetDefaultScreenInfo(
|
| WebKit::WebScreenInfo* results);
|
| virtual void GetScreenInfo(WebKit::WebScreenInfo* results) = 0;
|
| - virtual gfx::Rect GetRootWindowBounds() = 0;
|
| + virtual gfx::Rect GetBoundsInRootWindow() = 0;
|
| #endif
|
|
|
| virtual gfx::GLSurfaceHandle GetCompositingSurface() = 0;
|
|
|