Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Unified Diff: Source/core/html/forms/ImageInputType.cpp

Issue 1033943002: Rename LayoutStyle to papayawhip (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ensureComputedStyle Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/html/forms/ImageInputType.h ('k') | Source/core/html/forms/InputType.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/core/html/forms/ImageInputType.h ('k') | Source/core/html/forms/InputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698