Index: Source/core/html/forms/ImageInputType.cpp |
diff --git a/Source/core/html/forms/ImageInputType.cpp b/Source/core/html/forms/ImageInputType.cpp |
index cf6fe0bd0672761c54b0421fbf8b596ac7c37d4b..271a8275ad0d3c503476981aa2fb8e7035602978 100644 |
--- a/Source/core/html/forms/ImageInputType.cpp |
+++ b/Source/core/html/forms/ImageInputType.cpp |
@@ -121,7 +121,7 @@ void ImageInputType::handleDOMActivateEvent(Event* event) |
event->setDefaultHandled(); |
} |
-LayoutObject* ImageInputType::createLayoutObject(const LayoutStyle& style) const |
+LayoutObject* ImageInputType::createLayoutObject(const ComputedStyle& style) const |
{ |
if (m_useFallbackContent) |
return new LayoutBlockFlow(&element()); |
@@ -295,7 +295,7 @@ void ImageInputType::createShadowSubtree() |
HTMLImageFallbackHelper::createAltTextShadowTree(element()); |
} |
-PassRefPtr<LayoutStyle> ImageInputType::customStyleForLayoutObject(PassRefPtr<LayoutStyle> newStyle) |
+PassRefPtr<ComputedStyle> ImageInputType::customStyleForLayoutObject(PassRefPtr<ComputedStyle> newStyle) |
{ |
if (!m_useFallbackContent) |
return newStyle; |