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

Unified Diff: services/window_manager/window_manager_app.h

Issue 868463010: Move gesture recognition from WindowManagerApp to Sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 | services/window_manager/window_manager_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/window_manager/window_manager_app.h
diff --git a/services/window_manager/window_manager_app.h b/services/window_manager/window_manager_app.h
index 7a00d9fdb9f842a02c854b117058a6ac06281cdd..56ca7b7bf95dcbcdc26f11b882f325d2ebebac88 100644
--- a/services/window_manager/window_manager_app.h
+++ b/services/window_manager/window_manager_app.h
@@ -24,7 +24,6 @@
#include "services/window_manager/view_target.h"
#include "services/window_manager/window_manager_impl.h"
#include "ui/events/event_handler.h"
-#include "ui/events/gestures/gesture_types.h"
namespace gfx {
class Size;
@@ -53,7 +52,6 @@ class WindowManagerApp
public mojo::ViewManagerDelegate,
public mojo::ViewObserver,
public ui::EventHandler,
- public ui::GestureConsumer,
public FocusControllerObserver,
public CaptureControllerObserver,
public mojo::InterfaceFactory<mojo::WindowManager>,
« no previous file with comments | « no previous file | services/window_manager/window_manager_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698