| 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 07df159bafb0d63eb9fb1dddd5b38eb65042deb1..55d441af95b3186fb8cb82b6401ce2cc52060fd5 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
|
| @@ -23,6 +23,12 @@ class InkDropHostViewTestApi {
|
|
|
| void SetInkDrop(std::unique_ptr<InkDrop> 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_;
|
|
|