| Index: third_party/WebKit/Source/core/layout/LayoutFileUploadControl.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutFileUploadControl.h b/third_party/WebKit/Source/core/layout/LayoutFileUploadControl.h
|
| index ff4c96b6af9a8a1af202c11faf7f50f71cec1bef..411a66f565fa2d403949d9c062d7626d12635c58 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFileUploadControl.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFileUploadControl.h
|
| @@ -42,6 +42,7 @@ class CORE_EXPORT LayoutFileUploadControl final : public LayoutBlockFlow {
|
| return type == LayoutObjectFileUploadControl ||
|
| LayoutBlockFlow::isOfType(type);
|
| }
|
| + char objectSize() const override { return sizeof(this); }
|
|
|
| String buttonValue();
|
| String fileTextValue() const;
|
|
|