| Index: ui/gfx/vector_icons/vector_icons.cc.template
|
| diff --git a/ui/gfx/vector_icons/vector_icons.cc.template b/ui/gfx/vector_icons/vector_icons.cc.template
|
| index 82ecfc8dd36df908c09e392b6c0e73f023c4cb2d..5a4441466a72f8f4f21fefda9ab84ef444bbbe85 100644
|
| --- a/ui/gfx/vector_icons/vector_icons.cc.template
|
| +++ b/ui/gfx/vector_icons/vector_icons.cc.template
|
| @@ -31,4 +31,13 @@ TEMPLATE_PLACEHOLDER
|
| return nullptr;
|
| }
|
|
|
| +const PathElement* GetPathForVectorIconAt1xScale(VectorIconId id) {
|
| + switch (id) {
|
| +TEMPLATE_PLACEHOLDER_1X
|
| +
|
| + default:
|
| + return GetPathForVectorIcon(id);
|
| + }
|
| +}
|
| +
|
| } // namespace gfx
|
|
|