| 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.
|
|
|