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

Unified Diff: ash/wm/workspace/workspace_event_filter.h

Issue 10827145: Convert Aura to use ui::Event. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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/workspace/multi_window_resize_controller.cc ('k') | ash/wm/workspace/workspace_event_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace/workspace_event_filter.h
===================================================================
--- ash/wm/workspace/workspace_event_filter.h (revision 150582)
+++ ash/wm/workspace/workspace_event_filter.h (working copy)
@@ -10,7 +10,6 @@
#include "ui/aura/window_observer.h"
namespace aura {
-class MouseEvent;
class Window;
}
@@ -27,7 +26,7 @@
// Overridden from ToplevelWindowEventFilter:
virtual bool PreHandleMouseEvent(aura::Window* target,
- aura::MouseEvent* event) OVERRIDE;
+ ui::MouseEvent* event) OVERRIDE;
// Overridden from WindowObserver:
virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
@@ -51,7 +50,7 @@
// window between its restored state and the full available height of the
// workspace.
void HandleVerticalResizeDoubleClick(aura::Window* target,
- aura::MouseEvent* event);
+ ui::MouseEvent* event);
// Top-level window under the mouse cursor.
aura::Window* hovered_window_;
« no previous file with comments | « ash/wm/workspace/multi_window_resize_controller.cc ('k') | ash/wm/workspace/workspace_event_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698