| Index: ui/views/animation/ink_drop_stub.cc
|
| diff --git a/ui/views/animation/ink_drop_stub.cc b/ui/views/animation/ink_drop_stub.cc
|
| index 734173f4b6f86cdba3ab398565dc494054743dc7..7ab1c278bac23d2c5212e0fb11ac9063e217c789 100644
|
| --- a/ui/views/animation/ink_drop_stub.cc
|
| +++ b/ui/views/animation/ink_drop_stub.cc
|
| @@ -24,4 +24,8 @@ void InkDropStub::SetHovered(bool is_hovered) {}
|
|
|
| void InkDropStub::SetFocused(bool is_hovered) {}
|
|
|
| +bool InkDropStub::ShouldHighlight() const {
|
| + return false;
|
| +}
|
| +
|
| } // namespace views
|
|
|