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

Unified Diff: device/vr/vr_math.h

Issue 2816833002: VR: Fix dynamic resizing webVR page, revert FOV calculation changes. (Closed)
Patch Set: Correct diffbase Created 3 years, 8 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 | « chrome/browser/android/vr_shell/vr_shell_gl.cc ('k') | device/vr/vr_math.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/vr/vr_math.h
diff --git a/device/vr/vr_math.h b/device/vr/vr_math.h
index 72e21808f01ac1fc881f53986c97770e14a01877..2426b3dccfd1b672bd5c9ceb7235794c4a736422 100644
--- a/device/vr/vr_math.h
+++ b/device/vr/vr_math.h
@@ -25,10 +25,6 @@ gfx::Vector3dF DEVICE_VR_EXPORT MatrixVectorRotate(const Mat4f& m,
void DEVICE_VR_EXPORT MatrixMul(const Mat4f& matrix1,
const Mat4f& matrix2,
Mat4f* out);
-void DEVICE_VR_EXPORT PerspectiveMatrixFromView(const gfx::RectF& fov,
- float z_near,
- float z_far,
- Mat4f* out);
// Provides the direction the head is looking towards as a 3x1 unit vector.
gfx::Vector3dF DEVICE_VR_EXPORT GetForwardVector(const Mat4f& matrix);
« no previous file with comments | « chrome/browser/android/vr_shell/vr_shell_gl.cc ('k') | device/vr/vr_math.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698