| Index: ui/aura_extra/image_window_delegate.h
|
| diff --git a/ui/aura_extra/image_window_delegate.h b/ui/aura_extra/image_window_delegate.h
|
| index ea36cd978575f56322e1c1ec29ec48e1f3302de8..b7022fb8c3dae7d85ab97e864b7730b0e8f7091d 100644
|
| --- a/ui/aura_extra/image_window_delegate.h
|
| +++ b/ui/aura_extra/image_window_delegate.h
|
| @@ -48,7 +48,7 @@ class AURA_EXTRA_EXPORT ImageWindowDelegate : public aura::WindowDelegate {
|
| 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;
|
|
|