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

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

Issue 99103006: Moving GraphicsContext and dependencies from core to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Final patch - fixes Android Created 7 years 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/FilterEffectRenderer.cpp ('k') | Source/core/rendering/HitTestResult.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/GraphicsContextAnnotator.cpp
diff --git a/Source/core/rendering/GraphicsContextAnnotator.cpp b/Source/core/rendering/GraphicsContextAnnotator.cpp
index 824c93f80c21ce3c7a97879d8611bc80f6fc15e1..13739cbd1b7bc0f3ab888f1014eeb8f5283115d7 100644
--- a/Source/core/rendering/GraphicsContextAnnotator.cpp
+++ b/Source/core/rendering/GraphicsContextAnnotator.cpp
@@ -32,9 +32,9 @@
#include "config.h"
#include "core/rendering/GraphicsContextAnnotator.h"
-#include "core/platform/graphics/GraphicsContextAnnotation.h"
#include "core/rendering/PaintInfo.h"
#include "core/rendering/RenderObject.h"
+#include "platform/graphics/GraphicsContextAnnotation.h"
#include "wtf/text/StringBuilder.h"
namespace {
@@ -122,7 +122,7 @@ void GraphicsContextAnnotator::annotate(const PaintInfo& paintInfo, const Render
elementTag = element->tagName();
m_context = paintInfo.context;
- m_context->beginAnnotation(GraphicsContextAnnotation(rendererName, paintPhase, elementId, elementClass, elementTag));
+ m_context->beginAnnotation(rendererName, paintPhase, elementId, elementClass, elementTag);
}
void GraphicsContextAnnotator::finishAnnotation()
« no previous file with comments | « Source/core/rendering/FilterEffectRenderer.cpp ('k') | Source/core/rendering/HitTestResult.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698