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

Unified Diff: ash/shelf/shelf_layout_manager.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: Compile out edge swipe code on non-Windows, and add tests. 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 | « no previous file | ash/shelf/shelf_layout_manager.cc » ('j') | ash/wm/gestures/shelf_gesture_handler.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf_layout_manager.h
diff --git a/ash/shelf/shelf_layout_manager.h b/ash/shelf/shelf_layout_manager.h
index 96b609b3e8119ac81b5896e71760c77de3eacccb..0f5542ef5c9247d9f6a29e7211c8b98cc5b47032 100644
--- a/ash/shelf/shelf_layout_manager.h
+++ b/ash/shelf/shelf_layout_manager.h
@@ -154,7 +154,11 @@ class ASH_EXPORT ShelfLayoutManager :
void AddObserver(ShelfLayoutManagerObserver* observer);
void RemoveObserver(ShelfLayoutManagerObserver* observer);
- // Gesture dragging related functions:
+ // Gesture related functions:
+#if defined(OS_WIN)
+ void OnGestureEdgeSwipe(const ui::GestureEvent& gesture);
+#endif
+
void StartGestureDrag(const ui::GestureEvent& gesture);
enum DragState {
DRAG_SHELF,
« no previous file with comments | « no previous file | ash/shelf/shelf_layout_manager.cc » ('j') | ash/wm/gestures/shelf_gesture_handler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698