| Index: ui/views/animation/ink_drop_delegate.h
|
| diff --git a/ui/views/animation/ink_drop_delegate.h b/ui/views/animation/ink_drop_delegate.h
|
| index 61235241f9269c554000d71266c982577c209214..545f5be0e3af2ec5d7fcdf1be0bc0530d3634bda 100644
|
| --- a/ui/views/animation/ink_drop_delegate.h
|
| +++ b/ui/views/animation/ink_drop_delegate.h
|
| @@ -35,6 +35,9 @@ class VIEWS_EXPORT InkDropDelegate {
|
| // Enables or disables the hover state.
|
| virtual void SetHovered(bool is_hovered) = 0;
|
|
|
| + // Returns the current InkDropState
|
| + virtual InkDropState GetTargetInkDropState() const = 0;
|
| +
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(InkDropDelegate);
|
| };
|
|
|