| Index: third_party/WebKit/Source/core/layout/LayoutSliderThumb.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutSliderThumb.h b/third_party/WebKit/Source/core/layout/LayoutSliderThumb.h
|
| index 8b8dbabcd584185bb6e8b99b13fa59b0a46d3183..09cdd9afd2d6d88404ef8937ea429b96d71e4cdd 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutSliderThumb.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutSliderThumb.h
|
| @@ -48,6 +48,7 @@ class LayoutSliderThumb final : public LayoutBlockFlow {
|
| bool isOfType(LayoutObjectType type) const override {
|
| return type == LayoutObjectSliderThumb || LayoutBlockFlow::isOfType(type);
|
| }
|
| + char objectSize() const override { return sizeof(this); }
|
| };
|
|
|
| DEFINE_LAYOUT_OBJECT_TYPE_CASTS(LayoutSliderThumb, isSliderThumb());
|
|
|