| Index: ui/aura/window_unittest.cc
|
| diff --git a/ui/aura/window_unittest.cc b/ui/aura/window_unittest.cc
|
| index 763e40a241b3123b71f7af52b3405ab5dea6af5b..c6a5ff854da2e5966f8caddb1cbc62b30c37509d 100644
|
| --- a/ui/aura/window_unittest.cc
|
| +++ b/ui/aura/window_unittest.cc
|
| @@ -112,6 +112,9 @@ class CaptureWindowDelegateImpl : public TestWindowDelegate {
|
| touch_event_count_++;
|
| return ui::TOUCH_STATUS_UNKNOWN;
|
| }
|
| + virtual ui::GestureStatus OnGestureEvent(GestureEvent* event) OVERRIDE {
|
| + return ui::GESTURE_STATUS_UNKNOWN;
|
| + }
|
| virtual void OnCaptureLost() OVERRIDE {
|
| capture_lost_count_++;
|
| }
|
|
|