| Index: chrome/browser/android/vr_shell/ui_scene.h
|
| diff --git a/chrome/browser/android/vr_shell/ui_scene.h b/chrome/browser/android/vr_shell/ui_scene.h
|
| index 62781b969bb5f51c0891301f0deccc069ca12b2a..5271f7b37959e4b39a5808160a0fb66c8af0ea25 100644
|
| --- a/chrome/browser/android/vr_shell/ui_scene.h
|
| +++ b/chrome/browser/android/vr_shell/ui_scene.h
|
| @@ -66,6 +66,8 @@ class UiScene {
|
|
|
| ContentRectangle* GetUiElementById(int element_id);
|
|
|
| + ContentRectangle* GetContentQuad();
|
| +
|
| // Return a monotonic time in microseconds for coordinating animations.
|
| static int64_t TimeInMicroseconds();
|
|
|
| @@ -74,7 +76,9 @@ class UiScene {
|
| ReversibleTransform* transform);
|
| void ApplyDictToElement(const base::DictionaryValue& dict,
|
| ContentRectangle *element);
|
| +
|
| std::vector<std::unique_ptr<ContentRectangle>> ui_elements_;
|
| + ContentRectangle* content_element_ = nullptr;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(UiScene);
|
| };
|
|
|