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

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

Issue 2789203003: [Views] App Menu Animated Icon (Closed)
Patch Set: Cleaned up 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 e063d8c0fdc1fc5fe3320fec5f240df2a0a9933b..27eb8220ad806a94f921a23240789c7203f8858f 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];
« tools/metrics/histograms/histograms.xml ('K') | « tools/metrics/histograms/histograms.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698