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

Unified Diff: ui/aura/client/activation_delegate.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 | « ui/aura/client/activation_client.h ('k') | ui/aura/client/drag_drop_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/client/activation_delegate.h
===================================================================
--- ui/aura/client/activation_delegate.h (revision 150582)
+++ ui/aura/client/activation_delegate.h (working copy)
@@ -7,8 +7,11 @@
#include "ui/aura/aura_export.h"
+namespace ui {
+class Event;
+}
+
namespace aura {
-class Event;
class Window;
namespace client {
@@ -20,7 +23,7 @@
// event supplied if the activation is the result of a mouse, or the touch
// event if the activation is the result of a touch, or NULL if activation is
// attempted for another reason.
- virtual bool ShouldActivate(const Event* event) = 0;
+ virtual bool ShouldActivate(const ui::Event* event) = 0;
// Sent when the window is activated.
virtual void OnActivated() = 0;
« no previous file with comments | « ui/aura/client/activation_client.h ('k') | ui/aura/client/drag_drop_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698