| Index: third_party/WebKit/Source/core/layout/LayoutInline.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutInline.h b/third_party/WebKit/Source/core/layout/LayoutInline.h
|
| index fcd268ddd3d8df6923f01feca0901469a0e66d49..30105fcc808d8a4d9d2d2f6c9e7541a61edf7673 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutInline.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutInline.h
|
| @@ -182,6 +182,8 @@ public:
|
|
|
| const char* name() const override { return "LayoutInline"; }
|
|
|
| + LayoutRect debugRect() const override;
|
| +
|
| protected:
|
| void willBeDestroyed() override;
|
|
|
|
|