| Index: third_party/WebKit/Source/core/layout/ng/ng_linebox_fragment.cc
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_linebox_fragment.cc b/third_party/WebKit/Source/core/layout/ng/ng_linebox_fragment.cc
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f8222ee20a88d5e3ac056daf4524c701599dd481
|
| --- /dev/null
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_linebox_fragment.cc
|
| @@ -0,0 +1,7 @@
|
| +// 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_linebox_fragment.h"
|
| +
|
| +namespace blink {} // namespace blink
|
|
|