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 85e25a14a9de6caf875ea822c44216b92ae0d404..8bfe9a881b8fd0321a77ad2a54ea9a9be98c0edb 100644 |
--- a/chrome/browser/android/vr_shell/vr_shell_gl.h |
+++ b/chrome/browser/android/vr_shell/vr_shell_gl.h |
@@ -17,6 +17,10 @@ |
#include "third_party/gvr-android-sdk/src/ndk/include/vr/gvr/capi/include/gvr_types.h" |
#include "ui/gfx/native_widget_types.h" |
+namespace base { |
+class ListValue; |
+} |
+ |
namespace blink { |
class WebInputEvent; |
} |
@@ -77,7 +81,7 @@ class VrShellGl { |
void SetGvrPoseForWebVr(const gvr::Mat4f& pose, uint32_t pose_num); |
gvr::Sizei GetWebVRCompositorSurfaceSize(); |
- UiScene* GetScene() { return scene_.get(); } |
+ void UpdateScene(std::unique_ptr<base::ListValue> commands); |
private: |
bool InitializeGl(); |