Index: ash/shelf/overflow_bubble.h |
diff --git a/ash/shelf/overflow_bubble.h b/ash/shelf/overflow_bubble.h |
index 14d1450084c289b7790ed45b2427f6382bb21314..e66cc349b54d273441e32aaafd90f4e6fcc814d8 100644 |
--- a/ash/shelf/overflow_bubble.h |
+++ b/ash/shelf/overflow_bubble.h |
@@ -1,4 +1,4 @@ |
-// Copyright 2013 The Chromium Authors. All rights reserved. |
+// Copyright 2016 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -46,12 +46,21 @@ class OverflowBubble : public views::PointerWatcher, |
void ProcessPressedEvent(const gfx::Point& event_location_in_screen); |
// views::PointerWatcher: |
- void OnMousePressed(const ui::MouseEvent& event, |
- const gfx::Point& location_in_screen, |
- views::Widget* target) override; |
- void OnTouchPressed(const ui::TouchEvent& event, |
- const gfx::Point& location_in_screen, |
- views::Widget* target) override; |
+ void OnMousePressObserved(const ui::MouseEvent& event, |
+ const gfx::Point& location_in_screen, |
+ views::Widget* target) override; |
+ void OnTouchPressObserved(const ui::TouchEvent& event, |
+ const gfx::Point& location_in_screen, |
+ views::Widget* target) override; |
+ void OnTouchReleaseObserved(const ui::TouchEvent& event, |
+ const gfx::Point& location_in_screen, |
+ views::Widget* target) override; |
+ void OnTouchMoveObserved(const ui::TouchEvent& event, |
+ const gfx::Point& location_in_screen, |
+ views::Widget* target) override; |
+ void OnTouchCancellObserved(const ui::TouchEvent& event, |
+ const gfx::Point& location_in_screen, |
+ views::Widget* target) override; |
// Overridden from views::WidgetObserver: |
void OnWidgetDestroying(views::Widget* widget) override; |