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

Unified Diff: third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h

Issue 2235823002: [layoutng] Add a basic unit test for NGBlockLayoutAlgorithm (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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: 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*);

Powered by Google App Engine
This is Rietveld 408576698