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

Unified Diff: ash/shell.h

Issue 114643003: Use a single ToplevelWindowEventHandler for the ash::Shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 339c68c0200a7ff8dd3ac7b084a01466e066bc26..08b90cc24a19a7e4037e073a39e6a18f11dd3fa1 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -85,7 +85,6 @@ class DisplayController;
class FirstRunHelper;
class HighContrastController;
class Launcher;
-class ShelfDelegate;
class LockStateController;
class MagnificationController;
class MediaDelegate;
@@ -97,6 +96,7 @@ class PowerButtonController;
class RootWindowHostFactory;
class ScreenAsh;
class SessionStateDelegate;
+class ShelfDelegate;
class ShelfItemDelegateManager;
class ShelfModel;
class ShellDelegate;
@@ -105,6 +105,7 @@ class StickyKeys;
class SystemTray;
class SystemTrayDelegate;
class SystemTrayNotifier;
+class ToplevelWindowEventHandler;
class UserActivityDetector;
class UserWallpaperDelegate;
class VideoDetector;
@@ -655,6 +656,9 @@ class ASH_EXPORT Shell
// An event filter for logging keyboard-related metrics.
scoped_ptr<internal::KeyboardUMAEventFilter> keyboard_metrics_filter_;
+ // An event filter which handles moving and resizing windows.
+ scoped_ptr<ToplevelWindowEventHandler> toplevel_window_event_handler_;
+
// An event filter which handles system level gestures
scoped_ptr<internal::SystemGestureEventFilter> system_gesture_filter_;

Powered by Google App Engine
This is Rietveld 408576698