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

Unified Diff: Source/core/html/HTMLFieldSetElement.cpp

Issue 899163003: Move rendering/RenderObject to layout/LayoutObject. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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
Index: Source/core/html/HTMLFieldSetElement.cpp
diff --git a/Source/core/html/HTMLFieldSetElement.cpp b/Source/core/html/HTMLFieldSetElement.cpp
index 95c6b8756b7767276c8226381ee20060b77897a0..cfb05dbe88978fe2bd4197dc73a8652f33407c15 100644
--- a/Source/core/html/HTMLFieldSetElement.cpp
+++ b/Source/core/html/HTMLFieldSetElement.cpp
@@ -116,7 +116,7 @@ const AtomicString& HTMLFieldSetElement::formControlType() const
return fieldset;
}
-RenderObject* HTMLFieldSetElement::createRenderer(RenderStyle*)
+LayoutObject* HTMLFieldSetElement::createRenderer(RenderStyle*)
{
return new RenderFieldset(this);
}

Powered by Google App Engine
This is Rietveld 408576698