Index: ui/views/animation/button_ink_drop_delegate.h |
diff --git a/ui/views/animation/button_ink_drop_delegate.h b/ui/views/animation/button_ink_drop_delegate.h |
index 2e8798daa5a6903b4433142d16379cad9f320317..255084705c4a9c749b80ce56db709182641921e6 100644 |
--- a/ui/views/animation/button_ink_drop_delegate.h |
+++ b/ui/views/animation/button_ink_drop_delegate.h |
@@ -35,6 +35,7 @@ class VIEWS_EXPORT ButtonInkDropDelegate : public InkDropDelegate, |
int small_corner_radius) override; |
void OnLayout() override; |
void OnAction(InkDropState state) override; |
+ void SetHovered(bool is_hovered) override; |
// ui::EventHandler: |
void OnGestureEvent(ui::GestureEvent* event) override; |