| 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 55236b7178ce8433803866d048f579700e2bf74f..c394cd50762bcc8ffe2127c4d1ba185259635fa0 100644
|
| --- a/chrome/browser/android/vr_shell/vr_shell_gl.h
|
| +++ b/chrome/browser/android/vr_shell/vr_shell_gl.h
|
| @@ -104,7 +104,6 @@ class VrShellGl : public device::mojom::VRVSyncProvider {
|
| void DrawElements(const gvr::Mat4f& render_matrix,
|
| const std::vector<const ContentRectangle*>& elements);
|
| void DrawCursor(const gvr::Mat4f& render_matrix);
|
| - void DrawBackground(const gvr::Mat4f& render_matrix);
|
| void DrawWebVr();
|
| bool WebVrPoseByteIsValid(int pose_index_byte);
|
|
|
|
|