| Index: third_party/WebKit/Source/core/layout/LayoutBR.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBR.h b/third_party/WebKit/Source/core/layout/LayoutBR.h
|
| index 1450d33dc91807d133b57b7f65421123af9ab76a..e2d8b154bc983a32eeb84bc74b3c574e01acb5dc 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBR.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBR.h
|
| @@ -63,6 +63,8 @@ class LayoutBR final : public LayoutText {
|
| return type == LayoutObjectBr || LayoutText::isOfType(type);
|
| }
|
|
|
| + char objectSize() const override { return sizeof(this); }
|
| +
|
| int caretMinOffset() const override;
|
| int caretMaxOffset() const override;
|
|
|
|
|