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

Unified Diff: ash/event_rewriter_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 | « ash/drag_drop/drag_drop_controller_unittest.cc ('k') | ash/extended_desktop_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/event_rewriter_delegate.h
===================================================================
--- ash/event_rewriter_delegate.h (revision 150582)
+++ ash/event_rewriter_delegate.h (working copy)
@@ -5,7 +5,7 @@
#ifndef ASH_EVENT_REWRITER_DELEGATE_H_
#define ASH_EVENT_REWRITER_DELEGATE_H_
-namespace aura {
+namespace ui {
class KeyEvent;
class LocatedEvent;
} // namespace aura
@@ -25,8 +25,8 @@
// A derived class can do either of the following:
// 1) Just return ACTION_DROP_EVENT to drop the |event|.
// 2) Rewrite the |event| and return ACTION_REWRITE_EVENT.
- virtual Action RewriteOrFilterKeyEvent(aura::KeyEvent* event) = 0;
- virtual Action RewriteOrFilterLocatedEvent(aura::LocatedEvent* event) = 0;
+ virtual Action RewriteOrFilterKeyEvent(ui::KeyEvent* event) = 0;
+ virtual Action RewriteOrFilterLocatedEvent(ui::LocatedEvent* event) = 0;
};
} // namespace ash
« no previous file with comments | « ash/drag_drop/drag_drop_controller_unittest.cc ('k') | ash/extended_desktop_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698