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

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

Issue 2442873002: Control the VrShell content quad via the HTML UI. (Closed)
Patch Set: Created 4 years, 2 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.h
diff --git a/chrome/browser/android/vr_shell/vr_shell.h b/chrome/browser/android/vr_shell/vr_shell.h
index a1795da49479785615db14724fba575728e6ce4b..22b90473dca90a35e88da91543361cc2e2044706 100644
--- a/chrome/browser/android/vr_shell/vr_shell.h
+++ b/chrome/browser/android/vr_shell/vr_shell.h
@@ -141,9 +141,6 @@ class VrShell : public device::GvrDelegate {
// samplerExternalOES texture data for main content image.
jint content_texture_id_ = 0;
- float desktop_screen_tilt_;
- float desktop_height_;
-
std::unique_ptr<UiScene> scene_;
std::unique_ptr<UiInterface> html_interface_;

Powered by Google App Engine
This is Rietveld 408576698