| 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 9cdd10b04b2b325640f0367fb32c5406a688e7e3..09a93a44e2228cb0219e48e553c923a136900e1c 100644
|
| --- a/chrome/browser/android/vr_shell/vr_shell.h
|
| +++ b/chrome/browser/android/vr_shell/vr_shell.h
|
| @@ -131,9 +131,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_;
|
|
|
|
|