| Index: ui/views/controls/native/native_view_host_aura.cc
|
| diff --git a/ui/views/controls/native/native_view_host_aura.cc b/ui/views/controls/native/native_view_host_aura.cc
|
| index fbf87409a00c1355ad6531175770ba47a7847f13..fff8b54010991af295b0d63112d3f2d2683015a7 100644
|
| --- a/ui/views/controls/native/native_view_host_aura.cc
|
| +++ b/ui/views/controls/native/native_view_host_aura.cc
|
| @@ -51,7 +51,7 @@ class NativeViewHostAura::ClippingWindowDelegate : public aura::WindowDelegate {
|
| : true;
|
| }
|
| 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 {}
|
|
|