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

Unified Diff: ui/views/examples/button_example.cc

Issue 2375543003: Add SetProminent() to MdTextButton to create blue buttons. (Closed)
Patch Set: Created 4 years, 3 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: ui/views/examples/button_example.cc
diff --git a/ui/views/examples/button_example.cc b/ui/views/examples/button_example.cc
index 79c4fc705f78cb1507a9bd8584b022eb47cc7a9a..18410cf614a2d9d07b718ad4830a71b4d488beb2 100644
--- a/ui/views/examples/button_example.cc
+++ b/ui/views/examples/button_example.cc
@@ -67,7 +67,7 @@ void ButtonExample::CreateExampleView(View* container) {
container->AddChildView(md_button);
md_button =
MdTextButton::Create(nullptr, base::ASCIIToUTF16("Call to action"));
- md_button->SetCallToAction(true);
+ md_button->SetProminent(true);
container->AddChildView(md_button);
ui::ResourceBundle& rb = ui::ResourceBundle::GetSharedInstance();

Powered by Google App Engine
This is Rietveld 408576698