| Index: third_party/WebKit/Source/core/layout/LayoutTextTrackContainer.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTextTrackContainer.h b/third_party/WebKit/Source/core/layout/LayoutTextTrackContainer.h
|
| index d711665a024006dbbb7340daf24a9c15cc84e006..8e7783e7b376d5cb108861b517f6c532f6fb9922 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTextTrackContainer.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTextTrackContainer.h
|
| @@ -39,6 +39,7 @@ class LayoutVideo;
|
| class LayoutTextTrackContainer final : public LayoutBlockFlow {
|
| public:
|
| LayoutTextTrackContainer(Element*);
|
| + char objectSize() const override { return sizeof(this); }
|
|
|
| private:
|
| void layout() override;
|
|
|