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

Unified Diff: third_party/WebKit/Source/core/layout/ng/ng_paged_layout_algorithm.cc

Issue 2693193002: [LayoutNG] A different approach to multi-col. (Closed)
Patch Set: tmp upload Created 3 years, 7 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
« no previous file with comments | « third_party/WebKit/Source/core/layout/ng/ng_paged_layout_algorithm.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/layout/ng/ng_paged_layout_algorithm.cc
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_paged_layout_algorithm.cc b/third_party/WebKit/Source/core/layout/ng/ng_paged_layout_algorithm.cc
new file mode 100644
index 0000000000000000000000000000000000000000..5a8a7d779d29647746fbee915ed6f8324ff90ca3
--- /dev/null
+++ b/third_party/WebKit/Source/core/layout/ng/ng_paged_layout_algorithm.cc
@@ -0,0 +1,13 @@
+// Copyright 2017 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "core/layout/ng/ng_paged_layout_algorithm.h"
+
+namespace blink {
+
+NGPagedLayoutAlgorithm::NGPagedLayoutAlgorithm(NGBlockNode* node,
+ NGConstraintSpace* space,
+ NGBreakToken*) {}
+
+} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/layout/ng/ng_paged_layout_algorithm.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698