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

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

Issue 2955483003: Show splash screen when entering VR from a deep-link (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/color_scheme.h
diff --git a/chrome/browser/android/vr_shell/color_scheme.h b/chrome/browser/android/vr_shell/color_scheme.h
index 2e86b38aa51bc668b4c2e60e9b6bfbaa15a48b6f..37f57ed3e4c2dd7c20c14d118016f24d18083d70 100644
--- a/chrome/browser/android/vr_shell/color_scheme.h
+++ b/chrome/browser/android/vr_shell/color_scheme.h
@@ -76,6 +76,9 @@ struct ColorScheme {
// Screen dimmer colors.
SkColor dimmer_outer;
SkColor dimmer_inner;
+
+ // Splash screen colors.
+ SkColor splash_screen_background;
};
} // namespace vr_shell

Powered by Google App Engine
This is Rietveld 408576698