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

Unified Diff: content/browser/renderer_host/web_input_event_aura.h

Issue 10831240: Remove TouchEvent interface, and rename TouchEventImpl to TouchEvent (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge-tot 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
Index: content/browser/renderer_host/web_input_event_aura.h
diff --git a/content/browser/renderer_host/web_input_event_aura.h b/content/browser/renderer_host/web_input_event_aura.h
index c26a31e9c0203e0ffaea27abdddb56d30b72db50..231a580674a00f0c1547e6f744c30d0dcbf01454 100644
--- a/content/browser/renderer_host/web_input_event_aura.h
+++ b/content/browser/renderer_host/web_input_event_aura.h
@@ -13,7 +13,7 @@ class GestureEventImpl;
class KeyEvent;
class MouseEvent;
class ScrollEvent;
-class TouchEventImpl;
+class TouchEvent;
}
namespace content {
@@ -35,7 +35,7 @@ CONTENT_EXPORT WebKit::WebGestureEvent MakeWebGestureEventFlingCancel();
// Updates the WebTouchEvent based on the TouchEvent. It returns the updated
// WebTouchPoint contained in the WebTouchEvent, or NULL if no point was
// updated.
-WebKit::WebTouchPoint* UpdateWebTouchEvent(ui::TouchEventImpl* event,
+WebKit::WebTouchPoint* UpdateWebTouchEvent(ui::TouchEvent* event,
WebKit::WebTouchEvent* web_event);
}
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_win.cc ('k') | content/browser/renderer_host/web_input_event_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698