| Index: ui/views/animation/ink_drop_hover_unittest.cc
|
| diff --git a/ui/views/animation/ink_drop_hover_unittest.cc b/ui/views/animation/ink_drop_hover_unittest.cc
|
| index 21c6326ee264bfeb6a6a7507eba7a3757c7aa761..5657569ad2353668b818db36d427ed17f749c091 100644
|
| --- a/ui/views/animation/ink_drop_hover_unittest.cc
|
| +++ b/ui/views/animation/ink_drop_hover_unittest.cc
|
| @@ -36,7 +36,8 @@ InkDropHoverTest::InkDropHoverTest() {
|
| InkDropHoverTest::~InkDropHoverTest() {}
|
|
|
| scoped_ptr<InkDropHover> InkDropHoverTest::CreateInkDropHover() const {
|
| - return make_scoped_ptr(new InkDropHover(gfx::Size(10, 10), 3));
|
| + return make_scoped_ptr(
|
| + new InkDropHover(gfx::Size(10, 10), 3, gfx::Point(), SK_ColorBLACK));
|
| }
|
|
|
| TEST_F(InkDropHoverTest, InitialStateAfterConstruction) {
|
|
|