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

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: One more try 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 06db39bc78734a7021194fb1e9bc0da2b4a9ed9d..9f5f30ba0d9d7196379b3dc6087748b52cc96edf 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 "core/layout/ng/ng_box.h"
#include "wtf/RefPtr.h"
@@ -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(PassRefPtr<const ComputedStyle>, NGBox);
« no previous file with comments | « third_party/WebKit/Source/core/core.gypi ('k') | third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698