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

Unified Diff: chrome/browser/android/vr_shell/textures/ui_texture.h

Issue 2926643003: [VrShell] Centralize color handling and enable close button on fullscreen (Closed)
Patch Set: Created 3 years, 6 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/textures/ui_texture.h
diff --git a/chrome/browser/android/vr_shell/textures/ui_texture.h b/chrome/browser/android/vr_shell/textures/ui_texture.h
index eef85ceef0c038e2f2e2d1a579e18413972764ff..4f5e0085dc734acc3870493363aceb37935b510e 100644
--- a/chrome/browser/android/vr_shell/textures/ui_texture.h
+++ b/chrome/browser/android/vr_shell/textures/ui_texture.h
@@ -59,6 +59,7 @@ class UiTexture {
virtual void OnSetMode();
ColorScheme::Mode mode() const { return mode_; }
+ const ColorScheme& color_scheme() const;
// Prepares a set of RenderText objects with the given color and fonts.
// Attempts to fit the text within the provided size. |flags| specifies how

Powered by Google App Engine
This is Rietveld 408576698