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

Unified Diff: content/browser/renderer_host/input/motion_event_android.h

Issue 335943002: [Android] Composited selection handle rendering (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@input_native_handles_final
Patch Set: Clean up paste popup interaction Created 6 years, 5 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/input/motion_event_android.h
diff --git a/content/browser/renderer_host/input/motion_event_android.h b/content/browser/renderer_host/input/motion_event_android.h
index aa3e08241aac29e7c711aaf7c610524e3adbd93e..bd3d18bb27881910031d7ba34b84071cff25b312 100644
--- a/content/browser/renderer_host/input/motion_event_android.h
+++ b/content/browser/renderer_host/input/motion_event_android.h
@@ -43,6 +43,10 @@ class MotionEventAndroid : public ui::MotionEvent {
jint android_tool_type_0,
jint android_tool_type_1,
jint android_button_state);
+ MotionEventAndroid(float pix_to_dip,
+ JNIEnv* env,
+ jobject event,
+ bool should_recycle);
virtual ~MotionEventAndroid();
// ui::MotionEvent methods.
@@ -91,7 +95,6 @@ class MotionEventAndroid : public ui::MotionEvent {
private:
MotionEventAndroid();
- MotionEventAndroid(float pix_to_dip, JNIEnv* env, jobject event);
MotionEventAndroid(const MotionEventAndroid&);
MotionEventAndroid& operator=(const MotionEventAndroid&);

Powered by Google App Engine
This is Rietveld 408576698