| Index: ui/aura/window_delegate.h
|
| diff --git a/ui/aura/window_delegate.h b/ui/aura/window_delegate.h
|
| index 062b886e58262c50d804b09cc7bcc1093c132830..a4324e22ff26378193074020e05636a4595c8aa2 100644
|
| --- a/ui/aura/window_delegate.h
|
| +++ b/ui/aura/window_delegate.h
|
| @@ -18,7 +18,7 @@ class Size;
|
| }
|
|
|
| namespace ui {
|
| -class GestureEventImpl;
|
| +class GestureEvent;
|
| class KeyEvent;
|
| class MouseEvent;
|
| class TouchEvent;
|
| @@ -60,7 +60,7 @@ class AURA_EXPORT WindowDelegate {
|
|
|
| virtual ui::TouchStatus OnTouchEvent(ui::TouchEvent* event) = 0;
|
|
|
| - virtual ui::GestureStatus OnGestureEvent(ui::GestureEventImpl* event) = 0;
|
| + virtual ui::GestureStatus OnGestureEvent(ui::GestureEvent* event) = 0;
|
|
|
| // Returns true of the window can be focused.
|
| virtual bool CanFocus() = 0;
|
|
|