| Index: sky/engine/core/rendering/RenderView.cpp
|
| diff --git a/sky/engine/core/rendering/RenderView.cpp b/sky/engine/core/rendering/RenderView.cpp
|
| index 203df8fe8f23360de50b370603773c81640c86c5..2e37043a57daed0807fbdd909c55b73f60525b28 100644
|
| --- a/sky/engine/core/rendering/RenderView.cpp
|
| +++ b/sky/engine/core/rendering/RenderView.cpp
|
| @@ -26,7 +26,6 @@
|
| #include "sky/engine/core/dom/Element.h"
|
| #include "sky/engine/core/frame/LocalFrame.h"
|
| #include "sky/engine/core/page/Page.h"
|
| -#include "sky/engine/core/rendering/GraphicsContextAnnotator.h"
|
| #include "sky/engine/core/rendering/HitTestResult.h"
|
| #include "sky/engine/core/rendering/RenderGeometryMap.h"
|
| #include "sky/engine/core/rendering/RenderLayer.h"
|
| @@ -199,8 +198,6 @@ void RenderView::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
|
| // RenderViews should never be called to paint with an offset not on device pixels.
|
| ASSERT(LayoutPoint(IntPoint(paintOffset.x(), paintOffset.y())) == paintOffset);
|
|
|
| - ANNOTATE_GRAPHICS_CONTEXT(paintInfo, this);
|
| -
|
| // This avoids painting garbage between columns if there is a column gap.
|
| if (m_frameView && style()->isOverflowPaged())
|
| paintInfo.context->fillRect(paintInfo.rect, m_frameView->baseBackgroundColor());
|
|
|