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

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

Issue 2724133003: [LayoutNG] Switch NGConstraintSpace to being RefCounted. (Closed)
Patch Set: moar. 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
Index: third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part.h
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part.h b/third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part.h
index 6072c05d848e478bd63d9d3f42217d359686dc27..6de47bd34db47be89ad7b142d14af8199ae9abbd 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part.h
+++ b/third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part.h
@@ -50,7 +50,7 @@ class CORE_EXPORT NGOutOfFlowLayoutPart {
NGLogicalOffset container_border_offset_;
NGPhysicalOffset container_border_physical_offset_;
- Member<NGConstraintSpace> container_space_;
+ RefPtr<NGConstraintSpace> container_space_;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698