Index: content/browser/renderer_host/render_widget_host_impl.h |
diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h |
index c088309b4d4fe916e858b61a716b4e176a852328..acad92f46853d7bda4e9fd7f57c1c273aa72bca0 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -685,6 +685,9 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost, |
// The current size of the RenderWidget. |
gfx::Size current_size_; |
+ // The size of the view's backing surface in non-DPI-adjusted pixels. |
+ gfx::Size physical_backing_size_; |
+ |
// The size we last sent as requested size to the renderer. |current_size_| |
// is only updated once the resize message has been ack'd. This on the other |
// hand is updated when the resize message is sent. This is very similar to |