| 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 a67253f4ec0c5855281ccb9e6cb7f360665db37d..b4029e1603585649b7a673c272148b7f7beeb348 100644
|
| --- a/content/port/browser/render_widget_host_view_port.h
|
| +++ b/content/port/browser/render_widget_host_view_port.h
|
| @@ -221,6 +221,9 @@ class CONTENT_EXPORT RenderWidgetHostViewPort : public RenderWidgetHostView,
|
|
|
| virtual void GetScreenInfo(WebKit::WebScreenInfo* results) = 0;
|
|
|
| + // The size of the view's backing surface in non-DPI-adjusted pixels.
|
| + virtual gfx::Size GetPhysicalBackingSize() const = 0;
|
| +
|
| // Gets the bounds of the window, in screen coordinates.
|
| virtual gfx::Rect GetBoundsInRootWindow() = 0;
|
|
|
|
|