| Index: ui/views/animation/button_ink_drop_delegate.cc
 | 
| diff --git a/ui/views/animation/button_ink_drop_delegate.cc b/ui/views/animation/button_ink_drop_delegate.cc
 | 
| index 3862e871b9742307bc316128946accdda642ae55..8dce37fff9028664d88b1ea6cac945ddf2fb1ac1 100644
 | 
| --- a/ui/views/animation/button_ink_drop_delegate.cc
 | 
| +++ b/ui/views/animation/button_ink_drop_delegate.cc
 | 
| @@ -39,6 +39,10 @@ InkDropState ButtonInkDropDelegate::GetTargetInkDropState() const {
 | 
|    return ink_drop_->GetTargetInkDropState();
 | 
|  }
 | 
|  
 | 
| +InkDrop* ButtonInkDropDelegate::GetInkDrop() {
 | 
| +  return ink_drop_.get();
 | 
| +}
 | 
| +
 | 
|  ////////////////////////////////////////////////////////////////////////////////
 | 
|  // ui::EventHandler:
 | 
|  
 | 
| 
 |