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 |