Index: ash/common/shelf/shelf_button.h |
diff --git a/ash/common/shelf/shelf_button.h b/ash/common/shelf/shelf_button.h |
index b629b31ea025a9d452dca6e27c61ad57792d2293..d52ef98fbf7ebe55a8af8e0c42651676c7abb06d 100644 |
--- a/ash/common/shelf/shelf_button.h |
+++ b/ash/common/shelf/shelf_button.h |
@@ -84,7 +84,7 @@ class ASH_EXPORT ShelfButton : public views::CustomButton { |
// views::CustomButton overrides: |
std::unique_ptr<views::InkDropRipple> CreateInkDropRipple() const override; |
bool ShouldEnterPushedState(const ui::Event& event) override; |
- bool ShouldShowInkDropHighlight() const override; |
+ std::unique_ptr<views::InkDrop> CreateInkDrop() override; |
void NotifyClick(const ui::Event& event) override; |
// Sets the icon image with a shadow. |