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

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: suffixual f 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
« no previous file with comments | « ui/gfx/vector_icons/find_prev.1x.icon ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ui/gfx/vector_icons/find_prev.1x.icon ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698