| Index: third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.h b/third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.h
|
| index 148a9288ff53e32e9341e60b16c04d4f7421b3d7..3e2735f5eaefc6fb2591dd741da0fe3a4b7995b1 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.h
|
| @@ -5,14 +5,16 @@
|
| #ifndef PaintPropertyTreePrinter_h
|
| #define PaintPropertyTreePrinter_h
|
|
|
| +#include "core/CoreExport.h"
|
| +
|
| #ifndef NDEBUG
|
| namespace blink {
|
|
|
| class FrameView;
|
|
|
| -void showTransformPropertyTree(const FrameView& rootFrame);
|
| -void showClipPropertyTree(const FrameView& rootFrame);
|
| -void showEffectPropertyTree(const FrameView& rootFrame);
|
| +CORE_EXPORT void showTransformPropertyTree(const FrameView& rootFrame);
|
| +CORE_EXPORT void showClipPropertyTree(const FrameView& rootFrame);
|
| +CORE_EXPORT void showEffectPropertyTree(const FrameView& rootFrame);
|
|
|
| } // namespace blink
|
| #endif
|
|
|