Chromium Code Reviews| Index: ui/views/animation/ink_drop_host.h |
| diff --git a/ui/views/animation/ink_drop_host.h b/ui/views/animation/ink_drop_host.h |
| index 8d6dcb229e8087a98a2ac955995ce28e2f9921a1..88f07b1829c3fb34b6fc062df7c635fb78f74f55 100644 |
| --- a/ui/views/animation/ink_drop_host.h |
| +++ b/ui/views/animation/ink_drop_host.h |
| @@ -17,7 +17,7 @@ class Layer; |
| namespace views { |
| -class InkDropAnimation; |
| +class InkDropRipple; |
| class InkDropHover; |
| // Used by the InkDropAnimationController to add and remove the ink drop layers |
|
tdanderson
2016/05/02 18:49:33
Should be InkDropRippleController
bruthig
2016/05/02 19:47:52
Discussed offline. This will be done in a follow
|
| @@ -39,7 +39,7 @@ class VIEWS_EXPORT InkDropHost { |
| virtual void RemoveInkDropLayer(ui::Layer* ink_drop_layer) = 0; |
| // Creates and returns the effect used for press. |
| - virtual std::unique_ptr<InkDropAnimation> CreateInkDropAnimation() const = 0; |
| + virtual std::unique_ptr<InkDropRipple> CreateInkDropRipple() const = 0; |
| // Creates and returns the effect used for hover. |
| virtual std::unique_ptr<InkDropHover> CreateInkDropHover() const = 0; |