Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1036)

Unified Diff: Source/core/paint/NinePieceImageGrid.h

Issue 1212123003: Componentization: make symbols visible. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698