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

Unified Diff: ash/common/system/chromeos/palette/tools/capture_region_mode.h

Issue 2316183003: Move a bunch of ash-only vector icons to ash/. (Closed)
Patch Set: drop the "id". Just "icon". It's cleaner. Created 4 years, 3 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: ash/common/system/chromeos/palette/tools/capture_region_mode.h
diff --git a/ash/common/system/chromeos/palette/tools/capture_region_mode.h b/ash/common/system/chromeos/palette/tools/capture_region_mode.h
index fb9af50496e7262af42f5b056414c089403a4eda..d2cdc6a90f82cd8ef437e408e3d75129ebd06d8c 100644
--- a/ash/common/system/chromeos/palette/tools/capture_region_mode.h
+++ b/ash/common/system/chromeos/palette/tools/capture_region_mode.h
@@ -20,13 +20,13 @@ class ASH_EXPORT CaptureRegionMode : public CommonPaletteTool {
// PaletteTool:
PaletteGroup GetGroup() const override;
PaletteToolId GetToolId() const override;
- gfx::VectorIconId GetActiveTrayIcon() override;
+ const gfx::VectorIcon& GetActiveTrayIcon() const override;
void OnEnable() override;
void OnDisable() override;
views::View* CreateView() override;
// CommonPaletteTool:
- gfx::VectorIconId GetPaletteIconId() override;
+ const gfx::VectorIcon& GetPaletteIcon() const override;
void OnScreenshotDone();
« no previous file with comments | « ash/common/system/chromeos/palette/palette_tray.cc ('k') | ash/common/system/chromeos/palette/tools/capture_region_mode.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698