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 4eef429f3374fc590c0108003ecaf7866047a1a1..37e479bb87358fd38ab23648577bda6d7287845b 100644 |
--- a/chrome/browser/android/vr_shell/ui_scene.h |
+++ b/chrome/browser/android/vr_shell/ui_scene.h |
@@ -77,6 +77,8 @@ class UiScene { |
float GetBackgroundDistance() const; |
bool GetWebVrRenderingEnabled() const; |
+ std::unique_ptr<base::DictionaryValue> CreateUiElementInfo(int element_id); |
+ |
private: |
void ApplyRecursiveTransforms(const ContentRectangle& element, |
Transform* transform, |