| 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 bda50013ea4b51f24523692b26ee99823caeb3fd..93a386287d628138358441abb11c864d2d95dbd9 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutInline.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutInline.h
|
| @@ -181,6 +181,8 @@ public:
|
|
|
| const char* name() const override { return "LayoutInline"; }
|
|
|
| + LayoutRect debugRect() const override;
|
| +
|
| protected:
|
| void willBeDestroyed() override;
|
|
|
|
|