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

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

Issue 2530083003: [LayoutNG] Remove all mentions of NGBox and NGInlineBox. (Closed)
Patch Set: rebase master Created 4 years, 1 month 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_inline_node.h
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_inline_node.h b/third_party/WebKit/Source/core/layout/ng/ng_inline_node.h
index 9338c86b708c4f4a4f652343b67f0497ea06fa18..8e6aeef5b4b417d22768072aabf5cba8244d893b 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_inline_node.h
+++ b/third_party/WebKit/Source/core/layout/ng/ng_inline_node.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef NGInlineBox_h
-#define NGInlineBox_h
+#ifndef NGInlineNode_h
+#define NGInlineNode_h
#include "core/CoreExport.h"
#include "core/layout/ng/ng_layout_input_node.h"
@@ -29,7 +29,6 @@ class NGPhysicalFragment;
struct MinAndMaxContentSizes;
// Represents an inline node to be laid out.
-// TODO(layout-dev): Make this and NGBlockNode inherit from a common class.
class CORE_EXPORT NGInlineNode : public NGLayoutInputNode {
public:
NGInlineNode(LayoutObject* start_inline, ComputedStyle* block_style);
@@ -129,4 +128,4 @@ DEFINE_TYPE_CASTS(NGInlineNode,
} // namespace blink
-#endif // NGInlineBox_h
+#endif // NGInlineNode_h

Powered by Google App Engine
This is Rietveld 408576698