summaryrefslogtreecommitdiff
path: root/chromium/ui/views/animation/ink_drop_event_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/views/animation/ink_drop_event_handler.h')
-rw-r--r--chromium/ui/views/animation/ink_drop_event_handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/ui/views/animation/ink_drop_event_handler.h b/chromium/ui/views/animation/ink_drop_event_handler.h
index ebc957908aa..51e97dfffc0 100644
--- a/chromium/ui/views/animation/ink_drop_event_handler.h
+++ b/chromium/ui/views/animation/ink_drop_event_handler.h
@@ -44,7 +44,7 @@ class VIEWS_EXPORT InkDropEventHandler : public ui::EventHandler,
InkDropEventHandler(View* host_view, Delegate* delegate);
~InkDropEventHandler() override;
- void AnimateInkDrop(InkDropState state, const ui::LocatedEvent* event);
+ void AnimateToState(InkDropState state, const ui::LocatedEvent* event);
ui::LocatedEvent* GetLastRippleTriggeringEvent() const;
private: