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

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

Issue 2860793003: Pass through tilt_x and tilt_y to blink (Closed)
Patch Set: Pass through tilt_x and tilt_y to blink Created 3 years, 7 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/web_input_event_builders_android.h
diff --git a/content/browser/renderer_host/input/web_input_event_builders_android.h b/content/browser/renderer_host/input/web_input_event_builders_android.h
index 8dded19c133d81aad2b6684e54c4e2c2967ff579..4c45a8bb5dc5c32e56cf4b398a795d126b0300a4 100644
--- a/content/browser/renderer_host/input/web_input_event_builders_android.h
+++ b/content/browser/renderer_host/input/web_input_event_builders_android.h
@@ -27,7 +27,8 @@ class WebMouseEventBuilder {
int pointer_id,
float pressure,
float orientation_rad,
- float tilt_rad,
+ float tilt_x,
+ float tilt_y,
int action_button,
int tool_type);
};

Powered by Google App Engine
This is Rietveld 408576698