| Index: third_party/WebKit/Source/core/layout/LayoutProgress.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutProgress.h b/third_party/WebKit/Source/core/layout/LayoutProgress.h
|
| index 3590fa531ae18e2531c83471dadd7d033ef380df..1c6e5588e4cc16c7fd7e7cdad8065fa4a40df184 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutProgress.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutProgress.h
|
| @@ -42,6 +42,7 @@ class CORE_EXPORT LayoutProgress final : public LayoutBlockFlow {
|
| HTMLProgressElement* progressElement() const;
|
|
|
| const char* name() const override { return "LayoutProgress"; }
|
| + char objectSize() const override { return sizeof(this); }
|
|
|
| protected:
|
| void willBeDestroyed() override;
|
|
|