| Index: views/widget/native_widget_aura.h
|
| diff --git a/views/widget/native_widget_aura.h b/views/widget/native_widget_aura.h
|
| index 7a2a9273d8f5897b2cc90295b0ab50a0a65df25f..8825fa91a3c07e43a67243ad20d8db838604baf7 100644
|
| --- a/views/widget/native_widget_aura.h
|
| +++ b/views/widget/native_widget_aura.h
|
| @@ -122,6 +122,7 @@ class NativeWidgetAura : public internal::NativeWidgetPrivate,
|
| virtual bool OnKeyEvent(aura::KeyEvent* event) OVERRIDE;
|
| virtual int GetNonClientComponent(const gfx::Point& point) const OVERRIDE;
|
| virtual bool OnMouseEvent(aura::MouseEvent* event) OVERRIDE;
|
| + virtual void OnCaptureLost() OVERRIDE;
|
| virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
|
| virtual void OnWindowDestroying() OVERRIDE;
|
| virtual void OnWindowDestroyed() OVERRIDE;
|
|
|