| Index: Source/core/paint/NinePieceImageGrid.h
|
| diff --git a/Source/core/paint/NinePieceImageGrid.h b/Source/core/paint/NinePieceImageGrid.h
|
| index 4d92d99fbfd3334da7125a0560897869987f7d34..f96c190a10b56567313572f7cb81e86d14b8fd4e 100644
|
| --- a/Source/core/paint/NinePieceImageGrid.h
|
| +++ b/Source/core/paint/NinePieceImageGrid.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef NinePieceImageGrid_h
|
| #define NinePieceImageGrid_h
|
|
|
| +#include "core/CoreExport.h"
|
| #include "platform/geometry/FloatRect.h"
|
| #include "platform/geometry/FloatSize.h"
|
| #include "platform/geometry/IntRect.h"
|
| @@ -57,14 +58,14 @@ inline NinePiece& operator++(NinePiece& piece)
|
| // | | +------------------+
|
| //
|
| // it generates drawing information for the nine border pieces.
|
| -class NinePieceImageGrid {
|
| +class CORE_EXPORT NinePieceImageGrid {
|
| STACK_ALLOCATED();
|
|
|
| public:
|
| NinePieceImageGrid(const NinePieceImage&, IntSize imageSize, IntRect borderImageArea,
|
| const IntRectOutsets& borderWidths);
|
|
|
| - struct NinePieceDrawInfo {
|
| + struct CORE_EXPORT NinePieceDrawInfo {
|
| bool isDrawable;
|
| bool isCornerPiece;
|
| FloatRect destination;
|
|
|