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

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

Issue 2906403002: Disable back button when stack is empty (Closed)
Patch Set: review comments 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/color_scheme.h
diff --git a/chrome/browser/android/vr_shell/color_scheme.h b/chrome/browser/android/vr_shell/color_scheme.h
index d54a75cdd0717a433a3532f437031a0ffe9aec81..9f14c5ac2959919a06a9eeba054759a00f44bc31 100644
--- a/chrome/browser/android/vr_shell/color_scheme.h
+++ b/chrome/browser/android/vr_shell/color_scheme.h
@@ -45,6 +45,9 @@ struct ColorScheme {
SkColor secure;
SkColor insecure;
SkColor warning;
+
+ // The color used for disabled icons.
+ SkColor disabled;
};
} // namespace vr_shell

Powered by Google App Engine
This is Rietveld 408576698