Index: third_party/WebKit/Source/core/layout/ng/ng_layout_result.h |
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_layout_result.h b/third_party/WebKit/Source/core/layout/ng/ng_layout_result.h |
index 0ac755a4e3d9c8f2ba5af56dec9018b81442e05d..77d7be6af16b30642707cfb83633af1a30379929 100644 |
--- a/third_party/WebKit/Source/core/layout/ng/ng_layout_result.h |
+++ b/third_party/WebKit/Source/core/layout/ng/ng_layout_result.h |
@@ -28,6 +28,9 @@ class CORE_EXPORT NGLayoutResult : public RefCounted<NGLayoutResult> { |
RefPtr<NGPhysicalFragment> PhysicalFragment() const { |
return physical_fragment_; |
} |
+ RefPtr<NGPhysicalFragment>& MutablePhysicalFragment() { |
+ return physical_fragment_; |
+ } |
const HeapLinkedHashSet<WeakMember<NGBlockNode>>& OutOfFlowDescendants() |
const { |