| 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];
|
|
|