| 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
|
|
|