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

Unified Diff: Source/core/paint/FrameSetPainter.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
« no previous file with comments | « Source/core/paint/FramePainter.cpp ('k') | Source/core/paint/GraphicsContextAnnotator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/FrameSetPainter.cpp
diff --git a/Source/core/paint/FrameSetPainter.cpp b/Source/core/paint/FrameSetPainter.cpp
index 564d76a8a7e1926195861cec5562c5528afd00cc..10d1e2a958146ce43e70fd48f6eb34dc621bbdb2 100644
--- a/Source/core/paint/FrameSetPainter.cpp
+++ b/Source/core/paint/FrameSetPainter.cpp
@@ -72,7 +72,7 @@ void FrameSetPainter::paint(const PaintInfo& paintInfo, const LayoutPoint& paint
if (paintInfo.phase != PaintPhaseForeground)
return;
- RenderObject* child = m_renderFrameSet.firstChild();
+ LayoutObject* child = m_renderFrameSet.firstChild();
if (!child)
return;
« no previous file with comments | « Source/core/paint/FramePainter.cpp ('k') | Source/core/paint/GraphicsContextAnnotator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698