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

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

Issue 11339037: aura-touch: Refactor some code so that both cros and win-aura can share some code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 2 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 437366078f9f7aa475dbffd91bb0b0e521271252..7085db14a18bc94936043a453d0e475dddd9e736 100644
--- a/content/browser/renderer_host/web_input_event_aura.h
+++ b/content/browser/renderer_host/web_input_event_aura.h
@@ -33,14 +33,6 @@ CONTENT_EXPORT WebKit::WebGestureEvent MakeWebGestureEvent(
ui::ScrollEvent* event);
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::TouchEvent* event,
- WebKit::WebTouchEvent* web_event);
-
-int EventFlagsToWebEventModifiers(int flags);
-
} // namespace content
#endif // CONTENT_BROWSER_RENDERER_HOST_WEB_INPUT_EVENT_AURA_H_
« no previous file with comments | « content/browser/renderer_host/ui_events_helper.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