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

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

Issue 2389453002: Remove IsModeMaterial checks in ui/views/ (Closed)
Patch Set: oops 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
« ui/views/controls/link.cc ('K') | « ui/views/corewm/tooltip_aura.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/examples/vector_example.cc
diff --git a/ui/views/examples/vector_example.cc b/ui/views/examples/vector_example.cc
index 85566d411b541c105cef4067e94dae590d1a3118..9802acffd8257d80b51988abae0cfbe16eb884e3 100644
--- a/ui/views/examples/vector_example.cc
+++ b/ui/views/examples/vector_example.cc
@@ -38,8 +38,7 @@ class VectorIconGallery : public View,
color_input_(new Textfield()),
file_chooser_(new Textfield()),
file_go_button_(
- MdTextButton::CreateStandardButton(this,
- base::ASCIIToUTF16("Render"))),
+ MdTextButton::Create(this, base::ASCIIToUTF16("Render"))),
vector_id_(0),
// 36dp is one of the natural sizes for MD icons, and corresponds
// roughly to a 32dp usable area.
« ui/views/controls/link.cc ('K') | « ui/views/corewm/tooltip_aura.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698