| 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 cc9a2e72701ef08e098427ec5dd8c6796be60ead..41d4c4d18da4363bfa7196904ee3b451415d647c 100644
|
| --- a/chrome/browser/android/vr_shell/vr_shell_gl.h
|
| +++ b/chrome/browser/android/vr_shell/vr_shell_gl.h
|
| @@ -101,7 +101,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);
|
|
|
|
|