| Index: ui/aura/demo/demo_main.cc
|
| diff --git a/ui/aura/demo/demo_main.cc b/ui/aura/demo/demo_main.cc
|
| index 48b50d2162555ab5a35818c24c005a9b6c3d7511..0571759829211eae39485cabf7f081c39f990f0f 100644
|
| --- a/ui/aura/demo/demo_main.cc
|
| +++ b/ui/aura/demo/demo_main.cc
|
| @@ -63,7 +63,7 @@ class DemoWindowDelegate : public aura::WindowDelegate {
|
| return ui::TOUCH_STATUS_END;
|
| }
|
| virtual ui::GestureStatus OnGestureEvent(
|
| - ui::GestureEventImpl* event) OVERRIDE {
|
| + ui::GestureEvent* event) OVERRIDE {
|
| return ui::GESTURE_STATUS_UNKNOWN;
|
| }
|
| virtual bool CanFocus() OVERRIDE { return true; }
|
|
|