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

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

Issue 2054193002: Android mouse events shouldn't appear as TouchEvents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added meta_state plumbing. Created 4 years, 3 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.h
diff --git a/ui/events/android/motion_event_android.h b/ui/events/android/motion_event_android.h
index f4d915e5e33ed0fd203a9e41eabe3548aa162e5d..00fc4216c58d8240c61369afb3c15058af465232 100644
--- a/ui/events/android/motion_event_android.h
+++ b/ui/events/android/motion_event_android.h
@@ -1,4 +1,3 @@
-
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -59,8 +58,8 @@ class EVENTS_EXPORT MotionEventAndroid : public MotionEvent {
jint meta_state,
jfloat raw_offset_x_pixels,
jfloat raw_offset_y_pixels,
- const Pointer& pointer0,
- const Pointer& pointer1);
+ const Pointer* const pointer0,
+ const Pointer* const pointer1);
~MotionEventAndroid() override;
// ui::MotionEvent methods.

Powered by Google App Engine
This is Rietveld 408576698