| Index: third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.h b/third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.h
|
| index 6cc0115be8d96f18736cb57c2ddd6084a9ab2e74..871ad4be8ef296ce1130b6ce5d436574b27c3f20 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.h
|
| @@ -91,6 +91,8 @@ class CORE_EXPORT NGPhysicalFragment : public RefCounted<NGPhysicalFragment> {
|
|
|
| bool IsPlaced() const { return is_placed_; }
|
|
|
| + String ToString() const;
|
| +
|
| protected:
|
| NGPhysicalFragment(LayoutObject* layout_object,
|
| NGPhysicalSize size,
|
|
|