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

Unified Diff: chrome/browser/android/vr_shell/vr_shell_gl.h

Issue 2936853003: VR: Send separate down and up events for controller clicks. (Closed)
Patch Set: nits Created 3 years, 6 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
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/vr_shell_gl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/vr_shell/vr_shell_gl.h
diff --git a/chrome/browser/android/vr_shell/vr_shell_gl.h b/chrome/browser/android/vr_shell/vr_shell_gl.h
index d16925a107a31962a99c99292c7cca88f947c981..a0ea1c064121259acd5f285b43cba92c31b30ca6 100644
--- a/chrome/browser/android/vr_shell/vr_shell_gl.h
+++ b/chrome/browser/android/vr_shell/vr_shell_gl.h
@@ -153,8 +153,12 @@ class VrShellGl : public device::mojom::VRVSyncProvider {
const gfx::Point& local_point_pixels);
void SendHoverMove(const gfx::PointF& target_point,
const gfx::Point& local_point_pixels);
- void SendButtonDown(UiElement* target, const gfx::PointF& target_point);
- bool SendButtonUp(UiElement* target, const gfx::PointF& target_point);
+ void SendButtonDown(UiElement* target,
+ const gfx::PointF& target_point,
+ const gfx::Point& local_point_pixels);
+ bool SendButtonUp(UiElement* target,
+ const gfx::PointF& target_point,
+ const gfx::Point& local_point_pixels);
void SendTap(UiElement* target,
const gfx::PointF& target_point,
const gfx::Point& local_point_pixels);
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/vr_shell_gl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698