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

Unified Diff: ui/events/android/motion_event_android.cc

Issue 1430623004: blimp: Add support for input handling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: ui/events/android/motion_event_android.cc
diff --git a/content/browser/renderer_host/input/motion_event_android.cc b/ui/events/android/motion_event_android.cc
similarity index 99%
rename from content/browser/renderer_host/input/motion_event_android.cc
rename to ui/events/android/motion_event_android.cc
index 4d30a3f13bb4a268aa419e104c4eda0afda4ef16..de8293da5d852e8d26753cd107b00234c5e58eec 100644
--- a/content/browser/renderer_host/input/motion_event_android.cc
+++ b/ui/events/android/motion_event_android.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/browser/renderer_host/input/motion_event_android.h"
+#include "ui/events/android/motion_event_android.h"
#include <android/input.h>
@@ -16,7 +16,7 @@
using base::android::AttachCurrentThread;
using namespace JNI_MotionEvent;
-namespace content {
+namespace ui {
namespace {
MotionEventAndroid::Action FromAndroidAction(int android_action) {

Powered by Google App Engine
This is Rietveld 408576698