| Index: ui/views/animation/test/ink_drop_host_view_test_api.h
|
| diff --git a/ui/views/animation/test/ink_drop_host_view_test_api.h b/ui/views/animation/test/ink_drop_host_view_test_api.h
|
| index c02dcbfc03e33f5f15c6248bc8854c9adf0c658c..2bbb820e84a689dd8f66c2f656354b7d90c9610d 100644
|
| --- a/ui/views/animation/test/ink_drop_host_view_test_api.h
|
| +++ b/ui/views/animation/test/ink_drop_host_view_test_api.h
|
| @@ -24,6 +24,12 @@ class InkDropHostViewTestApi {
|
| void SetInkDrop(std::unique_ptr<InkDrop> ink_drop);
|
| InkDrop* ink_drop() { return host_view_->ink_drop(); }
|
|
|
| + // Wrapper for InkDropHostView::GetInkDropCenterBasedOnLastEvent().
|
| + gfx::Point GetInkDropCenterBasedOnLastEvent() const;
|
| +
|
| + // Wrapper for InkDropHostView::AnimateInkDrop().
|
| + void AnimateInkDrop(InkDropState state, const ui::LocatedEvent* event);
|
| +
|
| private:
|
| // The InkDropHostView to provide internal access to.
|
| InkDropHostView* host_view_;
|
|
|