| Index: ui/views/animation/ink_drop_unittest.cc
|
| diff --git a/ui/views/animation/ink_drop_unittest.cc b/ui/views/animation/ink_drop_unittest.cc
|
| index 4866bc511cdb80a13cfde783f1f8982a15d27a44..4cee71e8dd7baf0ac80d83ad2f61314c8767a095 100644
|
| --- a/ui/views/animation/ink_drop_unittest.cc
|
| +++ b/ui/views/animation/ink_drop_unittest.cc
|
| @@ -57,7 +57,7 @@ InkDropTest::InkDropTest() : ink_drop_(nullptr) {
|
| ink_drop_.reset(new InkDropStub());
|
| break;
|
| case INK_DROP_IMPL:
|
| - ink_drop_.reset(new InkDropImpl(&test_ink_drop_host_));
|
| + ink_drop_.reset(new InkDropImpl(&test_ink_drop_host_, gfx::Size()));
|
| // The Timer's used by the InkDropImpl class require a
|
| // base::ThreadTaskRunnerHandle instance.
|
| scoped_refptr<base::TestMockTimeTaskRunner> task_runner(
|
|
|