Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(141)

Unified Diff: chrome/browser/android/vr_shell/ui_scene.h

Issue 2773903003: Add way to get native VR UI information from Java (Closed)
Patch Set: Cleanup Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698