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

Unified Diff: chrome/browser/android/vr_shell/ui_elements/ui_element_debug_id.h

Issue 2887773008: Update fullscreen ux, make floor and ceiling visible. (Closed)
Patch Set: adjust tests to fail if a new added element becomes visible at some future point Created 3 years, 7 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_elements/ui_element_debug_id.h
diff --git a/chrome/browser/android/vr_shell/ui_elements/ui_element_debug_id.h b/chrome/browser/android/vr_shell/ui_elements/ui_element_debug_id.h
index 509087dbedd07b6e9db581249d673720885250de..46131f9966aba6a8f2d7380bf3ced7891f4c1f9b 100644
--- a/chrome/browser/android/vr_shell/ui_elements/ui_element_debug_id.h
+++ b/chrome/browser/android/vr_shell/ui_elements/ui_element_debug_id.h
@@ -13,7 +13,19 @@ enum UiElementDebugId {
kNone = 0,
kWebVrPermanentHttpSecurityWarning,
kWebVrTransientHttpSecurityWarning,
+ kContentQuad,
+ kBackplane,
+ kCeiling,
+ kFloor,
+ kFloorGrid,
+ kUrlBar,
+ kLoadingIndicator,
+ kAudioCaptureIndicator,
+ kVideoCaptureIndicator,
+ kScreenCaptureIndicator,
kCloseButton,
+ kScreenDimmer,
+ kExitWarning,
};
} // namespace vr_shell

Powered by Google App Engine
This is Rietveld 408576698