| 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.
|
|
|