| Index: third_party/WebKit/Source/core/layout/LayoutSlider.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutSlider.h b/third_party/WebKit/Source/core/layout/LayoutSlider.h
|
| index 1ab7545ffe37023dcdb46c1d0efe775b8d6c48aa..81dbfebf99bcf28e1997194618202ee867230cbe 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutSlider.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutSlider.h
|
| @@ -38,6 +38,7 @@ class LayoutSlider final : public LayoutFlexibleBox {
|
| bool inDragMode() const;
|
|
|
| const char* name() const override { return "LayoutSlider"; }
|
| + char objectSize() const override { return sizeof(this); }
|
|
|
| private:
|
| bool isOfType(LayoutObjectType type) const override {
|
|
|