| Index: chrome/browser/android/vr_shell/vr_math.h
|
| diff --git a/chrome/browser/android/vr_shell/vr_math.h b/chrome/browser/android/vr_shell/vr_math.h
|
| index c5e031bf2eddbb62b244372bed71d86823db0332..3aa875534d5fb1f8f0c9cad358aa7a5cd7dab061 100644
|
| --- a/chrome/browser/android/vr_shell/vr_math.h
|
| +++ b/chrome/browser/android/vr_shell/vr_math.h
|
| @@ -51,8 +51,11 @@ void TranslateMRight(gvr::Mat4f& tmat,
|
| float z);
|
|
|
| void ScaleM(gvr::Mat4f& tmat, const gvr::Mat4f& mat, float x, float y, float z);
|
| -void ScaleMRight(gvr::Mat4f& tmat, const gvr::Mat4f& mat,
|
| - float x, float y, float z);
|
| +void ScaleMRight(gvr::Mat4f& tmat,
|
| + const gvr::Mat4f& mat,
|
| + float x,
|
| + float y,
|
| + float z);
|
|
|
| // Util functions that are copied from the treasure_hunt NDK demo in
|
| // third_party/gvr-andoir-sdk/ folder.
|
|
|