| Index: ui/views/animation/test/ink_drop_host_view_test_api.cc
|
| diff --git a/ui/views/animation/test/ink_drop_host_view_test_api.cc b/ui/views/animation/test/ink_drop_host_view_test_api.cc
|
| index 2cd524ae2f6d92dff27abfbf6865899bed6c7ea7..54b165c9961fb19f69943fbab088417571cac6cd 100644
|
| --- a/ui/views/animation/test/ink_drop_host_view_test_api.cc
|
| +++ b/ui/views/animation/test/ink_drop_host_view_test_api.cc
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <utility>
|
| +
|
| #include "ui/views/animation/test/ink_drop_host_view_test_api.h"
|
|
|
| namespace views {
|
| @@ -12,10 +14,6 @@ InkDropHostViewTestApi::InkDropHostViewTestApi(InkDropHostView* host_view)
|
|
|
| InkDropHostViewTestApi::~InkDropHostViewTestApi() {}
|
|
|
| -void InkDropHostViewTestApi::SetInkDropMode(InkDropMode ink_dorp_mode) {
|
| - host_view_->SetInkDropMode(ink_dorp_mode);
|
| -}
|
| -
|
| void InkDropHostViewTestApi::SetInkDrop(std::unique_ptr<InkDrop> ink_drop,
|
| bool handles_gesture_events) {
|
| host_view_->SetInkDropMode(handles_gesture_events
|
|
|