Chromium Code Reviews| Index: third_party/WebKit/Source/core/layout/LayoutSliderContainer.h |
| diff --git a/third_party/WebKit/Source/core/layout/LayoutSliderContainer.h b/third_party/WebKit/Source/core/layout/LayoutSliderContainer.h |
| index 053dc371571178c725db887774fe6e76cf8d5cd0..bbf85332aeda9718b9e5681ca126795828f2da3b 100644 |
| --- a/third_party/WebKit/Source/core/layout/LayoutSliderContainer.h |
| +++ b/third_party/WebKit/Source/core/layout/LayoutSliderContainer.h |
| @@ -47,6 +47,8 @@ class LayoutSliderContainer final : public LayoutFlexibleBox { |
| LayoutUnit logicalTop, |
| LogicalExtentComputedValues&) const override; |
| + char objectSize() const override { return sizeof(this); } |
| + |
| private: |
| void layout() override; |
| }; |