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

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

Issue 2770353002: WebVR: add angular velocity estimate to pose (Closed)
Patch Set: Created 3 years, 9 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: chrome/browser/android/vr_shell/vr_shell.h
diff --git a/chrome/browser/android/vr_shell/vr_shell.h b/chrome/browser/android/vr_shell/vr_shell.h
index 7a3de3000f39c4ee92d3cc28a4516f973d1463f3..43944f10f4a8b22074085643c4f4d22acdf60f7b 100644
--- a/chrome/browser/android/vr_shell/vr_shell.h
+++ b/chrome/browser/android/vr_shell/vr_shell.h
@@ -183,7 +183,9 @@ class VrShell : public device::GvrDelegate,
void RegisterGamepadDataFetcher(device::GvrGamepadDataFetcher*) override;
// TODO(mthiesse): Find a better place for these functions to live.
- static device::mojom::VRPosePtr VRPosePtrFromGvrPose(gvr::Mat4f head_mat);
+ static device::mojom::VRPosePtr VRPosePtrFromGvrPose(gvr::Mat4f head_mat,
cjgrant 2017/03/24 21:15:40 Could you: - Document the function and what each m
klausw 2017/03/24 22:13:29 Done, but only using "matrix" in the header for do
+ gvr::Mat4f head_mat_2,
+ int64_t epsilon_nanos);
static gvr::Sizei GetRecommendedWebVrSize(gvr::GvrApi* gvr_api);
static device::mojom::VRDisplayInfoPtr CreateVRDisplayInfo(
gvr::GvrApi* gvr_api,

Powered by Google App Engine
This is Rietveld 408576698