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

Unified Diff: ash/touch/touch_uma.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/touch/touch_observer_hud.cc ('k') | ash/touch/touch_uma.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/touch/touch_uma.h
===================================================================
--- ash/touch/touch_uma.h (revision 150582)
+++ ash/touch/touch_uma.h (working copy)
@@ -13,8 +13,6 @@
#include "ui/views/widget/widget.h"
namespace aura {
-class GestureEvent;
-class TouchEvent;
class Window;
}
@@ -29,9 +27,9 @@
~TouchUMA();
void RecordGestureEvent(aura::Window* target,
- const aura::GestureEvent& event);
+ const ui::GestureEventImpl& event);
void RecordTouchEvent(aura::Window* target,
- const aura::TouchEvent& event);
+ const ui::TouchEventImpl& event);
private:
DISALLOW_COPY_AND_ASSIGN(TouchUMA);
« no previous file with comments | « ash/touch/touch_observer_hud.cc ('k') | ash/touch/touch_uma.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698