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 2567440aa6ab40798c588e850f40b67121ffa72f..89bead7ba5d890cf2c78985745ee68f3cef02191 100644 |
--- a/content/browser/renderer_host/render_widget_host_view_aura.h |
+++ b/content/browser/renderer_host/render_widget_host_view_aura.h |
@@ -283,7 +283,7 @@ class CONTENT_EXPORT RenderWidgetHostViewAura |
const gfx::Point& location) override; |
bool CanFocus() override; |
void OnCaptureLost() override; |
- void OnPaint(gfx::Canvas* canvas) override; |
+ void OnPaint(const ui::PaintContext& context) override; |
void OnDeviceScaleFactorChanged(float device_scale_factor) override; |
void OnWindowDestroying(aura::Window* window) override; |
void OnWindowDestroyed(aura::Window* window) override; |