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 aa13504e49a4b26993c41fbc9e46423e0f71c33a..62f92cd5c7385f8c7f150b7236a883b4ce3c01fc 100644 |
--- a/ui/views/animation/ink_drop_host.h |
+++ b/ui/views/animation/ink_drop_host.h |
@@ -18,7 +18,7 @@ class Layer; |
namespace views { |
class InkDropRipple; |
-class InkDropHover; |
+class InkDropHighlight; |
// Used by the InkDrop to add and remove the ink drop layers from a host's layer |
// tree. Typically the ink drop layer is added to a View's layer but it can also |
@@ -42,7 +42,7 @@ class VIEWS_EXPORT InkDropHost { |
virtual std::unique_ptr<InkDropRipple> CreateInkDropRipple() const = 0; |
// Creates and returns the effect used for hover. |
bruthig
2016/06/03 02:50:46
Replace 'hover' with 'highlight' or 'hover/focus'.
Evan Stade
2016/06/03 03:01:41
Done.
|
- virtual std::unique_ptr<InkDropHover> CreateInkDropHover() const = 0; |
+ virtual std::unique_ptr<InkDropHighlight> CreateInkDropHighlight() const = 0; |
private: |
DISALLOW_COPY_AND_ASSIGN(InkDropHost); |