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 c5fc1b7d55959b062303bff24e218587387e7022..dce6bcb6a8df3748478887a4ad3dd3986a560eb8 100644 |
--- a/chrome/browser/android/vr_shell/vr_shell.h |
+++ b/chrome/browser/android/vr_shell/vr_shell.h |
@@ -28,6 +28,7 @@ class WindowAndroid; |
namespace vr_shell { |
+class UiInterface; |
class UiScene; |
class VrCompositor; |
class VrController; |
@@ -79,6 +80,7 @@ class VrShell : public device::GvrDelegate { |
static base::WeakPtr<VrShell> GetWeakPtr( |
const content::WebContents* web_contents); |
UiScene* GetScene(); |
+ UiInterface* GetUiInterface(); |
void OnDomContentsLoaded(); |
// device::GvrDelegate implementation |
@@ -141,6 +143,7 @@ class VrShell : public device::GvrDelegate { |
float desktop_height_; |
std::unique_ptr<UiScene> scene_; |
+ std::unique_ptr<UiInterface> html_interface_; |
std::unique_ptr<gvr::GvrApi> gvr_api_; |
std::unique_ptr<gvr::BufferViewportList> buffer_viewport_list_; |