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

Unified Diff: Source/core/html/forms/InputTypeView.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/InputTypeView.h ('k') | Source/core/html/forms/PopupMenuClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/forms/InputTypeView.cpp
diff --git a/Source/core/html/forms/InputTypeView.cpp b/Source/core/html/forms/InputTypeView.cpp
index a70bc34d40571dd6d61d205f28165923b087e763..a2fdac79819c52e14c85b67025c197c16f0426e0 100644
--- a/Source/core/html/forms/InputTypeView.cpp
+++ b/Source/core/html/forms/InputTypeView.cpp
@@ -97,12 +97,12 @@ PassRefPtrWillBeRawPtr<HTMLFormElement> InputTypeView::formForSubmission() const
return element().form();
}
-LayoutObject* InputTypeView::createLayoutObject(const LayoutStyle& style) const
+LayoutObject* InputTypeView::createLayoutObject(const ComputedStyle& style) const
{
return LayoutObject::createObject(&element(), style);
}
-PassRefPtr<LayoutStyle> InputTypeView::customStyleForLayoutObject(PassRefPtr<LayoutStyle> originalStyle)
+PassRefPtr<ComputedStyle> InputTypeView::customStyleForLayoutObject(PassRefPtr<ComputedStyle> originalStyle)
{
return originalStyle;
}
« no previous file with comments | « Source/core/html/forms/InputTypeView.h ('k') | Source/core/html/forms/PopupMenuClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698