Chromium Code Reviews| 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 151992097c1171866a94e8170f5bcd5686c53b27..d9be6606a94e13f5ac2667b459be1195a5f5be18 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(brutig): InkDropMasks do not currently work on Windows. See |
|
bruthig
2017/04/21 15:05:10
sp nit: brutig -> bruthig
spqchan
2017/04/27 21:40:06
whoops, sorry
|
| + // crbug.com/713359. |
| virtual std::unique_ptr<views::InkDropMask> CreateInkDropMask() const; |
| // Provides access to |ink_drop_|. Implements lazy initialization of |