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

Unified Diff: ui/arc/notification/arc_custom_notification_view.h

Issue 2756653002: Remove ink drop effect after clicking the settings button on an ARC notification. (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | ui/arc/notification/arc_custom_notification_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/arc/notification/arc_custom_notification_view.h
diff --git a/ui/arc/notification/arc_custom_notification_view.h b/ui/arc/notification/arc_custom_notification_view.h
index 19864fa7c19a54cba8d57eff8e063219da2c7eec..c59a61e6b57d70d50530f109e8790457a37459fc 100644
--- a/ui/arc/notification/arc_custom_notification_view.h
+++ b/ui/arc/notification/arc_custom_notification_view.h
@@ -22,7 +22,6 @@ class NotificationSurface;
namespace views {
class FocusTraversable;
-class ImageButton;
class Widget;
}
@@ -110,8 +109,8 @@ class ArcCustomNotificationView
std::unique_ptr<views::Widget> floating_control_buttons_widget_;
views::View* control_buttons_view_ = nullptr;
- views::ImageButton* close_button_ = nullptr;
- views::ImageButton* settings_button_ = nullptr;
+ ControlButton* close_button_ = nullptr;
+ ControlButton* settings_button_ = nullptr;
// Protects from call loops between Layout and OnWindowBoundsChanged.
bool in_layout_ = false;
« no previous file with comments | « no previous file | ui/arc/notification/arc_custom_notification_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698