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

Unified Diff: ui/gfx/vector_icon_types.h

Issue 2926703002: Remove VectorIconId references from the codebase (Closed)
Patch Set: estade comments Created 3 years, 6 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 | « components/toolbar/toolbar_model_delegate.h ('k') | ui/vector_icons/aggregate_vector_icons.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/vector_icon_types.h
diff --git a/ui/gfx/vector_icon_types.h b/ui/gfx/vector_icon_types.h
index 36eb18eb7b884337866dcbe8041fa7a065b8b06d..facc054f7eb78d60810a5a2f24620c59374b3ea4 100644
--- a/ui/gfx/vector_icon_types.h
+++ b/ui/gfx/vector_icon_types.h
@@ -13,8 +13,6 @@
namespace gfx {
-enum class VectorIconId;
-
// The size of a single side of the square canvas to which path coordinates
// are relative, in device independent pixels.
const int kReferenceSizeDip = 48;
@@ -87,13 +85,6 @@ struct VectorIcon {
const gfx::PathElement* path_1x;
};
-// Returns an array of path commands and arguments, terminated by END.
-const PathElement* GetPathForVectorIcon(VectorIconId id);
-// As above, but returns an icon specifically adjusted for 1x scale factors.
-// This draws from icon files that end with .1x.icon. If no such file exists,
-// it will fall back to GetPathForVectorIcon.
-const PathElement* GetPathForVectorIconAt1xScale(VectorIconId id);
-
} // namespace gfx
#endif // UI_GFX_VECTOR_ICON_TYPES_H_
« no previous file with comments | « components/toolbar/toolbar_model_delegate.h ('k') | ui/vector_icons/aggregate_vector_icons.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698