| 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 52699be3b7ff10ede94d3dd73dbdf1541411514a..05470af40017ecdf764b275a8d176d5a8e7e6f61 100644
|
| --- a/content/port/browser/render_widget_host_view_port.h
|
| +++ b/content/port/browser/render_widget_host_view_port.h
|
| @@ -229,6 +229,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;
|
|
|
|
|