Index: ui/views/animation/ink_drop_host_view.h |
diff --git a/ui/views/animation/ink_drop_host_view.h b/ui/views/animation/ink_drop_host_view.h |
index 9aad7380797dfe4c17334567c25775f373062962..68e5b60b90edbaa9508698654a35db2aa372888e 100644 |
--- a/ui/views/animation/ink_drop_host_view.h |
+++ b/ui/views/animation/ink_drop_host_view.h |
@@ -107,6 +107,8 @@ class VIEWS_EXPORT InkDropHostView : public View, public InkDropHost { |
// Subclasses can override to return a mask for the ink drop. By default, |
// returns nullptr (i.e no mask). |
+ // TODO(bruthig): InkDropMasks do not currently work on Windows. See |
+ // crbug.com/713359. |
virtual std::unique_ptr<views::InkDropMask> CreateInkDropMask() const; |
// Provides access to |ink_drop_|. Implements lazy initialization of |