| Index: third_party/WebKit/Source/core/layout/LayoutText.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutText.h b/third_party/WebKit/Source/core/layout/LayoutText.h
|
| index d95b680670f66dc0970598725e178f951352ae3a..738a3def4b0514ed6560bcf9f25eea16a43cf66d 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutText.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutText.h
|
| @@ -284,6 +284,8 @@ class CORE_EXPORT LayoutText : public LayoutObject {
|
| bool isText() const =
|
| delete; // This will catch anyone doing an unnecessary check.
|
|
|
| + char objectSize() const override { return sizeof(this); }
|
| +
|
| LayoutRect localVisualRect() const override;
|
|
|
| void checkConsistency() const;
|
|
|