Index: Source/core/html/forms/ImageInputType.h |
diff --git a/Source/core/html/forms/ImageInputType.h b/Source/core/html/forms/ImageInputType.h |
index e9942145eaf0dbf6bbb490f5dd10a3497fb3912e..34a55ec404df7e5501c2b8e6304d2ace4ef302ef 100644 |
--- a/Source/core/html/forms/ImageInputType.h |
+++ b/Source/core/html/forms/ImageInputType.h |
@@ -41,7 +41,7 @@ namespace blink { |
class ImageInputType final : public BaseButtonInputType { |
public: |
static PassRefPtrWillBeRawPtr<InputType> create(HTMLInputElement&); |
- virtual PassRefPtr<LayoutStyle> customStyleForLayoutObject(PassRefPtr<LayoutStyle>); |
+ virtual PassRefPtr<ComputedStyle> customStyleForLayoutObject(PassRefPtr<ComputedStyle>); |
private: |
ImageInputType(HTMLInputElement&); |
@@ -50,7 +50,7 @@ private: |
bool appendFormData(FormDataList&, bool) const override; |
String resultForDialogSubmit() const override; |
bool supportsValidation() const override; |
- LayoutObject* createLayoutObject(const LayoutStyle&) const override; |
+ LayoutObject* createLayoutObject(const ComputedStyle&) const override; |
void handleDOMActivateEvent(Event*) override; |
void altAttributeChanged() override; |
void srcAttributeChanged() override; |