| 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 378d90b9719a456b837edbc6048c891ac60fc209..d5f3771622a67c54858f2588eb849989b3a66535 100644
|
| --- a/ui/views/animation/ink_drop_host_view.h
|
| +++ b/ui/views/animation/ink_drop_host_view.h
|
| @@ -25,7 +25,7 @@ class InkDropHighlight;
|
| // A view that provides InkDropHost functionality.
|
| class VIEWS_EXPORT InkDropHostView : public View, public InkDropHost {
|
| public:
|
| - // Overridden from views::InkDropHost:
|
| + // Overridden from InkDropHost:
|
| void AddInkDropLayer(ui::Layer* ink_drop_layer) override;
|
| void RemoveInkDropLayer(ui::Layer* ink_drop_layer) override;
|
| std::unique_ptr<InkDropRipple> CreateInkDropRipple() const override;
|
| @@ -40,6 +40,7 @@ class VIEWS_EXPORT InkDropHostView : public View, public InkDropHost {
|
| static const int kInkDropSmallCornerRadius;
|
|
|
| // View:
|
| + void VisibilityChanged(View* starting_from, bool is_visible) override;
|
| void OnFocus() override;
|
| void OnBlur() override;
|
| void OnMouseEvent(ui::MouseEvent* event) override;
|
|
|