| Index: third_party/WebKit/Source/core/layout/LayoutVTTCue.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutVTTCue.h b/third_party/WebKit/Source/core/layout/LayoutVTTCue.h
|
| index f127a493811c65d6fc6d624b25cd55f5b385e9f6..2bb4f5ee1f7639d2b833afcd66697935fb931b27 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutVTTCue.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutVTTCue.h
|
| @@ -40,6 +40,8 @@ class LayoutVTTCue final : public LayoutBlockFlow {
|
| // non-snap-to-lines layout where no adjustment should take place.
|
| float snapToLinesPosition() { return m_snapToLinesPosition; }
|
|
|
| + char objectSize() const override { return sizeof(this); }
|
| +
|
| private:
|
| void layout() override;
|
|
|
|
|