| Index: ui/views/widget/native_widget_aura.h
|
| diff --git a/ui/views/widget/native_widget_aura.h b/ui/views/widget/native_widget_aura.h
|
| index ea34d7ecbc74fc85d02edd96c1e8bd2cea98d3e8..11a4191b19d4e8a6336464d9da7499b19827807f 100644
|
| --- a/ui/views/widget/native_widget_aura.h
|
| +++ b/ui/views/widget/native_widget_aura.h
|
| @@ -138,7 +138,8 @@ class VIEWS_EXPORT NativeWidgetAura : public internal::NativeWidgetPrivate,
|
| virtual int GetNonClientComponent(const gfx::Point& point) const OVERRIDE;
|
| virtual bool ShouldDescendIntoChildForEventHandling(
|
| aura::Window* child,
|
| - const gfx::Point& location) OVERRIDE;
|
| + const gfx::Point& event_location,
|
| + ui::EventType event_type) OVERRIDE;
|
| virtual bool OnMouseEvent(ui::MouseEvent* event) OVERRIDE;
|
| virtual ui::TouchStatus OnTouchEvent(ui::TouchEvent* event) OVERRIDE;
|
| virtual ui::GestureStatus OnGestureEvent(
|
|
|