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

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

Issue 2702853002: [LayoutNG] Shape items with context (Closed)
Patch Set: Add null check Created 3 years, 10 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/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/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 85914af797f4ae61a6a1dea84d660c1a6f9a65b1..83f4c5bc3f6a7421881c3b5c2175551008642b5c 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
@@ -143,7 +143,7 @@ class NGLayoutInlineItem {
FontFallbackPriority fallback_priority_;
bool rotate_sideways_;
const ComputedStyle* style_;
- Vector<RefPtr<const ShapeResult>, 64> shape_results_;
+ RefPtr<const ShapeResult> shape_result_;
LayoutObject* layout_object_;
friend class NGInlineNode;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/ng/ng_inline_node.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698