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

Unified Diff: ui/views/controls/button/label_button.h

Issue 2789203003: [Views] App Menu Animated Icon (Closed)
Patch Set: Fixes for sky (and rebased) Created 3 years, 8 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: ui/views/controls/button/label_button.h
diff --git a/ui/views/controls/button/label_button.h b/ui/views/controls/button/label_button.h
index 6dade72706233e5cc6a2a7b7f38ed6f8ef09b358..91b68faae2c37147351035d90e958e71c7bf733a 100644
--- a/ui/views/controls/button/label_button.h
+++ b/ui/views/controls/button/label_button.h
@@ -107,6 +107,9 @@ class VIEWS_EXPORT LabelButton : public CustomButton,
protected:
ImageView* image() const { return image_; }
Label* label() const { return label_; }
+ InkDropContainerView* ink_drop_container() const {
+ return ink_drop_container_;
+ }
bool explicitly_set_normal_color() const {
return explicitly_set_colors_[STATE_NORMAL];

Powered by Google App Engine
This is Rietveld 408576698