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

Unified Diff: Source/core/rendering/RenderGrid.cpp

Issue 898783003: Move rendering/RenderLayer* to layout/ (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/rendering/RenderGeometryMap.cpp ('k') | Source/core/rendering/RenderHTMLCanvas.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderGrid.cpp
diff --git a/Source/core/rendering/RenderGrid.cpp b/Source/core/rendering/RenderGrid.cpp
index 07451ab9878f5f4a62b554b0e3ef2095ebbbbafb..b7b8ee3c6901d1716ad7373d6fe73a8d09843a39 100644
--- a/Source/core/rendering/RenderGrid.cpp
+++ b/Source/core/rendering/RenderGrid.cpp
@@ -26,8 +26,8 @@
#include "config.h"
#include "core/rendering/RenderGrid.h"
+#include "core/layout/Layer.h"
#include "core/paint/GridPainter.h"
-#include "core/rendering/RenderLayer.h"
#include "core/rendering/RenderView.h"
#include "core/rendering/TextAutosizer.h"
#include "core/rendering/style/GridCoordinate.h"
@@ -1183,7 +1183,7 @@ void RenderGrid::layoutPositionedObjects(bool relayoutChildren, PositionedLayout
if (child->parent() == this) {
// If column/row start is not auto the padding has been already computed in offsetAndBreadthForPositionedChild().
- RenderLayer* childLayer = child->layer();
+ Layer* childLayer = child->layer();
if (columnStartIsAuto)
childLayer->setStaticInlinePosition(borderAndPaddingStart());
else
« no previous file with comments | « Source/core/rendering/RenderGeometryMap.cpp ('k') | Source/core/rendering/RenderHTMLCanvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698