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

Unified Diff: chrome/browser/ui/cocoa/location_bar/star_decoration.h

Issue 2644903004: Move around more vector icons. (Closed)
Patch Set: fix comment Created 3 years, 11 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: chrome/browser/ui/cocoa/location_bar/star_decoration.h
diff --git a/chrome/browser/ui/cocoa/location_bar/star_decoration.h b/chrome/browser/ui/cocoa/location_bar/star_decoration.h
index f63ee2a267bb1ddaeb65e479057c7ec5f7beeda3..f0a6661a81ff89d90bf0635a0e0de03327ffdee1 100644
--- a/chrome/browser/ui/cocoa/location_bar/star_decoration.h
+++ b/chrome/browser/ui/cocoa/location_bar/star_decoration.h
@@ -34,7 +34,7 @@ class StarDecoration : public ImageDecoration {
protected:
// Overridden from LocationBarDecoration:
SkColor GetMaterialIconColor(bool location_bar_is_dark) const override;
- gfx::VectorIconId GetMaterialVectorIconId() const override;
+ const gfx::VectorIcon* GetMaterialVectorIcon() const override;
private:
// For bringing up bookmark bar.

Powered by Google App Engine
This is Rietveld 408576698