Index: third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h |
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h b/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h |
index ef60bc02b456ddfa509bb68993b142dc7bc4d872..68f241175bd3a58d75ce81f31a45f8e2f0c0ca13 100644 |
--- a/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h |
+++ b/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h |
@@ -5,6 +5,7 @@ |
#ifndef NGBlockLayoutAlgorithm_h |
#define NGBlockLayoutAlgorithm_h |
+#include "core/CoreExport.h" |
#include "wtf/RefPtr.h" |
namespace blink { |
@@ -16,7 +17,7 @@ class NGFragment; |
// A class for general block layout (e.g. a <div> with no special style). |
// Lays out the children in sequence. |
-class NGBlockLayoutAlgorithm { |
+class CORE_EXPORT NGBlockLayoutAlgorithm { |
public: |
NGBlockLayoutAlgorithm(const ComputedStyle*); |