Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(690)

Unified Diff: content/browser/renderer_host/render_widget_host_view_aura.h

Issue 1875463002: Remove unused fields from //content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scythe-root
Patch Set: Fixed Ozone build. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698