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

Unified Diff: Source/core/paint/GraphicsContextAnnotator.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/GraphicsContextAnnotator.h ('k') | Source/core/paint/InlineTextBoxPainter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/GraphicsContextAnnotator.cpp
diff --git a/Source/core/paint/GraphicsContextAnnotator.cpp b/Source/core/paint/GraphicsContextAnnotator.cpp
index 178c4e6eaf7ac32dccd86f3f0ca3469b8872a267..6073648aeed802f7b194919d9be449fd84bfa902 100644
--- a/Source/core/paint/GraphicsContextAnnotator.cpp
+++ b/Source/core/paint/GraphicsContextAnnotator.cpp
@@ -33,8 +33,8 @@
#include "core/paint/GraphicsContextAnnotator.h"
#include "core/inspector/InspectorNodeIds.h"
+#include "core/layout/LayoutObject.h"
#include "core/rendering/PaintInfo.h"
-#include "core/rendering/RenderObject.h"
#include "platform/graphics/GraphicsContextAnnotation.h"
#include "wtf/text/StringBuilder.h"
@@ -86,7 +86,7 @@ static const char* paintPhaseName(blink::PaintPhase phase)
namespace blink {
-void GraphicsContextAnnotator::annotate(const PaintInfo& paintInfo, const RenderObject* object)
+void GraphicsContextAnnotator::annotate(const PaintInfo& paintInfo, const LayoutObject* object)
{
ASSERT(!m_context);
« no previous file with comments | « Source/core/paint/GraphicsContextAnnotator.h ('k') | Source/core/paint/InlineTextBoxPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698