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

Unified Diff: chrome/browser/ui/cocoa/location_bar/zoom_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/zoom_decoration.h
diff --git a/chrome/browser/ui/cocoa/location_bar/zoom_decoration.h b/chrome/browser/ui/cocoa/location_bar/zoom_decoration.h
index ffd8b13546b39fc9540e306d9073c07c3a671ba9..88fa72dc1ffab92f88562ec306c9169726af0e2d 100644
--- a/chrome/browser/ui/cocoa/location_bar/zoom_decoration.h
+++ b/chrome/browser/ui/cocoa/location_bar/zoom_decoration.h
@@ -53,7 +53,7 @@ class ZoomDecoration : public ImageDecoration,
bool location_bar_is_dark);
// Overridden from LocationBarDecoration:
- gfx::VectorIconId GetMaterialVectorIconId() const override;
+ const gfx::VectorIcon* GetMaterialVectorIcon() const override;
private:
friend ZoomDecorationTest;
@@ -82,7 +82,7 @@ class ZoomDecoration : public ImageDecoration,
// The string to show for a tooltip.
base::scoped_nsobject<NSString> tooltip_;
- gfx::VectorIconId vector_icon_id_;
+ const gfx::VectorIcon* vector_icon_;
DISALLOW_COPY_AND_ASSIGN(ZoomDecoration);
};
« no previous file with comments | « chrome/browser/ui/cocoa/location_bar/translate_decoration.mm ('k') | chrome/browser/ui/cocoa/location_bar/zoom_decoration.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698