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