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

Unified Diff: third_party/WebKit/Source/core/layout/ng/ng_block_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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/ng/ng_inline_node.h » ('j') | 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_block_node.h
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_block_node.h b/third_party/WebKit/Source/core/layout/ng/ng_block_node.h
index 6a0fc9671ab6d5f6a4cdfdbd35cdd56e19168d25..7711a726c8a99879cdb4fce7d9a22ffb0d3c278f 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_block_node.h
+++ b/third_party/WebKit/Source/core/layout/ng/ng_block_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 NGBox_h
-#define NGBox_h
+#ifndef NGBlockNode_h
+#define NGBlockNode_h
#include "core/CoreExport.h"
#include "core/layout/ng/ng_layout_input_node.h"
@@ -91,4 +91,4 @@ DEFINE_TYPE_CASTS(NGBlockNode,
} // namespace blink
-#endif // NGBox_h
+#endif // NGBlockNode
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/ng/ng_inline_node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698