Chromium Code Reviews| Index: ui/views/animation/ink_drop.cc |
| diff --git a/ui/views/animation/ink_drop.cc b/ui/views/animation/ink_drop.cc |
| index 6a1df9896c7f074d76645933d291b1ae052497c6..7cb00ec7a2d09288b0a5b1413538dd12dda8f481 100644 |
| --- a/ui/views/animation/ink_drop.cc |
| +++ b/ui/views/animation/ink_drop.cc |
| @@ -6,6 +6,10 @@ |
| namespace views { |
| +void InkDrop::SetObserver(InkDropObserver* observer) { |
| + observer_ = observer; |
| +} |
| + |
| InkDropContainerView::InkDropContainerView() {} |
| void InkDropContainerView::AddInkDropLayer(ui::Layer* ink_drop_layer) { |