| 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 a1d73ef0b632143da3afb9e7547ed3f663f702ff..73a35ab95b3be91d5d906cf915d54aed3a1655ef 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 {}
|
|
|