Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1715)

Unified Diff: ash/wm/system_gesture_event_filter.h

Issue 143023003: Fully support the autohide shelf option for touch UI on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to ToT Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/wm/gestures/shelf_gesture_handler.cc ('k') | ash/wm/system_gesture_event_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/system_gesture_event_filter.h
diff --git a/ash/wm/system_gesture_event_filter.h b/ash/wm/system_gesture_event_filter.h
index bc57b7c9dcf3972524509cb557abafcc8ebc8f01..a8ec4e2be25c573cc8ba6591066b1ced49abfc10 100644
--- a/ash/wm/system_gesture_event_filter.h
+++ b/ash/wm/system_gesture_event_filter.h
@@ -31,6 +31,7 @@ class SystemGestureEventFilterTest;
namespace internal {
class LongPressAffordanceHandler;
class OverviewGestureHandler;
+class ShelfGestureHandler;
class SystemPinchHandler;
class TouchUMA;
@@ -67,6 +68,7 @@ class SystemGestureEventFilter : public ui::EventHandler,
scoped_ptr<LongPressAffordanceHandler> long_press_affordance_;
scoped_ptr<OverviewGestureHandler> overview_gesture_handler_;
+ scoped_ptr<ShelfGestureHandler> shelf_gesture_handler_;
DISALLOW_COPY_AND_ASSIGN(SystemGestureEventFilter);
};
« no previous file with comments | « ash/wm/gestures/shelf_gesture_handler.cc ('k') | ash/wm/system_gesture_event_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698