Chromium Code Reviews| Index: content/browser/renderer_host/render_widget_host_view_aura.h |
| diff --git a/content/browser/renderer_host/render_widget_host_view_aura.h b/content/browser/renderer_host/render_widget_host_view_aura.h |
| index 6738131b5f928d369006aeeac6b0363b670a5b3e..3fcf56d5ce4121c3cb83b5dc01c155b88e5e6f72 100644 |
| --- a/content/browser/renderer_host/render_widget_host_view_aura.h |
| +++ b/content/browser/renderer_host/render_widget_host_view_aura.h |
| @@ -583,10 +583,6 @@ class CONTENT_EXPORT RenderWidgetHostViewAura |
| // The size and scale of the last software compositing frame that was swapped. |
| gfx::Size last_swapped_software_frame_size_; |
|
ncarter (slow)
2016/04/14 17:37:36
This is also a hapax. It can be deleted.
Łukasz Anforowicz
2016/04/14 19:34:48
Done.
|
| - float last_swapped_software_frame_scale_factor_; |
| - |
| - // If non-NULL we're in OnPaint() and this is the supplied canvas. |
| - gfx::Canvas* paint_canvas_; |
| // Used to record the last position of the mouse. |
| // While the mouse is locked, they store the last known position just as mouse |