| Index: Source/core/paint/DeprecatedPaintLayerStackingNode.h
|
| diff --git a/Source/core/paint/DeprecatedPaintLayerStackingNode.h b/Source/core/paint/DeprecatedPaintLayerStackingNode.h
|
| index cbdc060ac956cc2aa14f231f1ce6426d632d1e79..b786d43cd38e3e3672d78dcc4a47e24363947561 100644
|
| --- a/Source/core/paint/DeprecatedPaintLayerStackingNode.h
|
| +++ b/Source/core/paint/DeprecatedPaintLayerStackingNode.h
|
| @@ -45,6 +45,7 @@
|
| #ifndef DeprecatedPaintLayerStackingNode_h
|
| #define DeprecatedPaintLayerStackingNode_h
|
|
|
| +#include "core/CoreExport.h"
|
| #include "core/layout/LayoutBoxModelObject.h"
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/OwnPtr.h"
|
| @@ -57,7 +58,7 @@ class DeprecatedPaintLayerCompositor;
|
| class ComputedStyle;
|
| class LayoutBoxModelObject;
|
|
|
| -class DeprecatedPaintLayerStackingNode {
|
| +class CORE_EXPORT DeprecatedPaintLayerStackingNode {
|
| WTF_MAKE_NONCOPYABLE(DeprecatedPaintLayerStackingNode);
|
| public:
|
| explicit DeprecatedPaintLayerStackingNode(DeprecatedPaintLayer*);
|
|
|