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

Unified Diff: content/browser/renderer_host/web_input_event_aurawin.cc

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_aurawin.cc
diff --git a/content/browser/renderer_host/web_input_event_aurawin.cc b/content/browser/renderer_host/web_input_event_aurawin.cc
index 7cdb7bda01a7e5641aa8f91245d251e3b0cd2af4..3b0f05985669a1f5129a937e3de6e80d9054a92e 100644
--- a/content/browser/renderer_host/web_input_event_aurawin.cc
+++ b/content/browser/renderer_host/web_input_event_aurawin.cc
@@ -44,10 +44,4 @@ WebKit::WebGestureEvent MakeWebGestureEventFromNativeEvent(
return WebKit::WebGestureEvent();
}
-WebKit::WebTouchPoint* UpdateWebTouchEventFromNativeEvent(
- base::NativeEvent native_event, WebKit::WebTouchEvent* web_event) {
- NOTIMPLEMENTED();
- return NULL;
-}
-
} // namespace content
« no previous file with comments | « content/browser/renderer_host/web_input_event_aura.cc ('k') | content/browser/renderer_host/web_input_event_aurax11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698