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

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

Issue 2668093002: VrShell background implemented in JS. (Closed)
Patch Set: Created 3 years, 11 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_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);

Powered by Google App Engine
This is Rietveld 408576698