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

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

Issue 2965573003: Refactor NGInlineNode::CollectInlines (both overloads) (Closed)
Patch Set: Thu Jun 29 16:14:25 PDT 2017 Created 3 years, 6 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 | « no previous file | third_party/WebKit/Source/core/layout/ng/inline/ng_inline_node.cc » ('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/inline/ng_inline_node.h
diff --git a/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_node.h b/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_node.h
index 5de226fc8f4571fae8426b2ca991c69f0b70681d..e67356c3c829fdf2965c35dbc75d8bf1edd34747 100644
--- a/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_node.h
+++ b/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_node.h
@@ -21,7 +21,6 @@ class NGInlineItemsBuilderTemplate;
class EmptyOffsetMappingBuilder;
class LayoutBlockFlow;
class LayoutNGBlockFlow;
-class LayoutObject;
struct MinMaxContentSize;
class NGConstraintSpace;
class NGInlineItem;
@@ -80,8 +79,7 @@ class CORE_EXPORT NGInlineNode : public NGLayoutInputNode {
void PrepareLayout();
bool IsPrepareLayoutFinished() const { return !Text().IsNull(); }
- void CollectInlines(LayoutBlockFlow*);
- LayoutObject* CollectInlines(LayoutBlockFlow*, NGInlineItemsBuilder*);
+ void CollectInlines();
void SegmentText();
void ShapeText();
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/ng/inline/ng_inline_node.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698