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

Unified Diff: ui/gfx/vector_icons/vector_icons.cc.template

Issue 1270783005: V1 of material design find in page bar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mvp Created 5 years, 4 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/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

Powered by Google App Engine
This is Rietveld 408576698