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

Unified Diff: chrome/browser/ui/autofill/autofill_dialog_types.h

Issue 107623002: Use the NativeTheme to create the text color for text during the generated card animation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: darkGrayColor is a method; call it. Created 6 years, 11 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/ui/autofill/autofill_dialog_types.h
diff --git a/chrome/browser/ui/autofill/autofill_dialog_types.h b/chrome/browser/ui/autofill/autofill_dialog_types.h
index 52f2e8626d39a672aa0c4eda468e5d0042aec68d..6da427018faacdb2aad338dcb41af28f5927494a 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_types.h
+++ b/chrome/browser/ui/autofill/autofill_dialog_types.h
@@ -173,9 +173,6 @@ struct DialogOverlayString {
// Text content of the message.
base::string16 text;
- // Color of the message's text.
- SkColor text_color;
-
// Font to render the message's text in.
gfx::Font font;
};

Powered by Google App Engine
This is Rietveld 408576698