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

Unified Diff: Source/core/layout/LayoutFieldset.h

Issue 926193003: Move rendering/RenderBox to layout/LayoutBox. (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
« no previous file with comments | « Source/core/layout/LayoutEmbeddedObject.cpp ('k') | Source/core/layout/LayoutFieldset.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutFieldset.h
diff --git a/Source/core/layout/LayoutFieldset.h b/Source/core/layout/LayoutFieldset.h
index 472686de3f1614ec1f847928845222ca0c6d8c88..590017e6af354054797aba09c329cb7755a83e57 100644
--- a/Source/core/layout/LayoutFieldset.h
+++ b/Source/core/layout/LayoutFieldset.h
@@ -33,7 +33,7 @@ public:
explicit LayoutFieldset(Element*);
enum FindLegendOption { IgnoreFloatingOrOutOfFlow, IncludeFloatingOrOutOfFlow };
- RenderBox* findLegend(FindLegendOption = IgnoreFloatingOrOutOfFlow) const;
+ LayoutBox* findLegend(FindLegendOption = IgnoreFloatingOrOutOfFlow) const;
private:
virtual const char* renderName() const override { return "LayoutFieldset"; }
« no previous file with comments | « Source/core/layout/LayoutEmbeddedObject.cpp ('k') | Source/core/layout/LayoutFieldset.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698