| Index: ui/views/animation/ink_drop_stub.h
|
| diff --git a/ui/views/animation/ink_drop_stub.h b/ui/views/animation/ink_drop_stub.h
|
| index c3efc8dcef9f24d8c4231de09d8c0ac0513effce..00fb4900e4f11385ddaff5f93ec27befcca994bb 100644
|
| --- a/ui/views/animation/ink_drop_stub.h
|
| +++ b/ui/views/animation/ink_drop_stub.h
|
| @@ -4,12 +4,13 @@
|
|
|
| #include "base/macros.h"
|
| #include "ui/views/animation/ink_drop.h"
|
| +#include "ui/views/views_export.h"
|
|
|
| namespace views {
|
|
|
| // A stub implementation of an InkDrop that can be used when no visuals should
|
| // be shown. e.g. material design is enabled.
|
| -class InkDropStub : public InkDrop {
|
| +class VIEWS_EXPORT InkDropStub : public InkDrop {
|
| public:
|
| InkDropStub();
|
| ~InkDropStub() override;
|
|
|