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

Unified Diff: ash/system/lock_screen_action/lock_screen_action_tray.h

Issue 2956383002: Fixup icon for new lock screen note action item (Closed)
Patch Set: . 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
Index: ash/system/lock_screen_action/lock_screen_action_tray.h
diff --git a/ash/system/lock_screen_action/lock_screen_action_tray.h b/ash/system/lock_screen_action/lock_screen_action_tray.h
index 857ecb8b4639a216fe57c36505a6e30256d31a07..e4afed775cf46905ca14e06f80f4bfa550d13794 100644
--- a/ash/system/lock_screen_action/lock_screen_action_tray.h
+++ b/ash/system/lock_screen_action/lock_screen_action_tray.h
@@ -17,6 +17,10 @@ namespace gfx {
class ImageSkia;
}
+namespace views {
+class ImageView;
+}
+
namespace ash {
class SessionController;
@@ -57,8 +61,6 @@ class ASH_EXPORT LockScreenActionTray : public TrayBackgroundView,
const gfx::ImageSkia& GetImageForTesting() const;
private:
- class NewNoteActionView;
-
// Whether the tray item should be visible in its current state.
bool IsStateVisible() const;
@@ -66,7 +68,7 @@ class ASH_EXPORT LockScreenActionTray : public TrayBackgroundView,
void UpdateNewNoteIcon();
// The view for the tray item - it's a wrapper around a ImageView.
- NewNoteActionView* new_note_action_view_;
+ views::ImageView* new_note_action_view_;
mojom::TrayActionState new_note_state_ =
mojom::TrayActionState::kNotAvailable;

Powered by Google App Engine
This is Rietveld 408576698