| Index: ui/views/animation/test/test_ink_drop_host.cc | 
| diff --git a/ui/views/animation/test/test_ink_drop_host.cc b/ui/views/animation/test/test_ink_drop_host.cc | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..4a30ff65759036c6f51a617f2abd0732326321d1 | 
| --- /dev/null | 
| +++ b/ui/views/animation/test/test_ink_drop_host.cc | 
| @@ -0,0 +1,17 @@ | 
| +// Copyright 2015 The Chromium Authors. All rights reserved. | 
| +// Use of this source code is governed by a BSD-style license that can be | 
| +// found in the LICENSE file. | 
| + | 
| +#include "ui/views/animation/test/test_ink_drop_host.h" | 
| + | 
| +namespace views { | 
| + | 
| +TestInkDropHost::TestInkDropHost() {} | 
| + | 
| +TestInkDropHost::~TestInkDropHost() {} | 
| + | 
| +void TestInkDropHost::AddInkDropLayer(ui::Layer* ink_drop_layer) {} | 
| + | 
| +void TestInkDropHost::RemoveInkDropLayer(ui::Layer* ink_drop_layer) {} | 
| + | 
| +}  // namespace views | 
|  |