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 f8f7861d2c9d43c875c5aa81c3b084c070af489a..576b742a610b989a570245275a1b53bbe2fb709d 100644 |
--- a/ui/views/animation/ink_drop_delegate.h |
+++ b/ui/views/animation/ink_drop_delegate.h |
@@ -37,6 +37,9 @@ class VIEWS_EXPORT InkDropDelegate { |
virtual void OnLayout() = 0; |
// Called when ink ripple state changes. |
+ // TODO(bruthig): Replace the InkDropState parameter with an InkDropAction |
+ // enum. The InkDropAction enum should be a subset of the InkDropState values |
+ // as well as a NONE value. |
virtual void OnAction(InkDropState state) = 0; |
private: |