| Index: third_party/WebKit/Source/core/layout/LayoutTextCombine.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTextCombine.h b/third_party/WebKit/Source/core/layout/LayoutTextCombine.h
|
| index 5fcecfedee54a8a041c13013e4350ed1829527d7..d041bde60367bba2e1c2a9deb2c5c2a1f558dc18 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTextCombine.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTextCombine.h
|
| @@ -48,6 +48,7 @@ class LayoutTextCombine final : public LayoutText {
|
|
|
| private:
|
| bool isCombineText() const override { return true; }
|
| + char objectSize() const override { return sizeof(this); }
|
| float width(unsigned from,
|
| unsigned length,
|
| const Font&,
|
|
|