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

Unified Diff: Source/core/paint/FrameSetPainter.cpp

Issue 1144903002: [SP] Delete GraphicsContextAnnotator. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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/BlockPainter.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 c03a70e2946d144b295b45bb40be8d817b2099fe..a45306f5746b341e49940b9c69978072be6bb124 100644
--- a/Source/core/paint/FrameSetPainter.cpp
+++ b/Source/core/paint/FrameSetPainter.cpp
@@ -7,7 +7,6 @@
#include "core/html/HTMLFrameSetElement.h"
#include "core/layout/LayoutFrameSet.h"
-#include "core/paint/GraphicsContextAnnotator.h"
#include "core/paint/LayoutObjectDrawingRecorder.h"
#include "core/paint/PaintInfo.h"
@@ -117,8 +116,6 @@ void FrameSetPainter::paintChildren(const PaintInfo& paintInfo, const LayoutPoin
void FrameSetPainter::paint(const PaintInfo& paintInfo, const LayoutPoint& paintOffset)
{
- ANNOTATE_GRAPHICS_CONTEXT(paintInfo, &m_layoutFrameSet);
-
if (paintInfo.phase != PaintPhaseForeground)
return;
« no previous file with comments | « Source/core/paint/BlockPainter.cpp ('k') | Source/core/paint/GraphicsContextAnnotator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698