Chromium Code Reviews| Index: Source/core/paint/DeprecatedPaintLayerPainter.cpp |
| diff --git a/Source/core/paint/DeprecatedPaintLayerPainter.cpp b/Source/core/paint/DeprecatedPaintLayerPainter.cpp |
| index a4c5cc94fbd6ca7320357f448de0235fa7863ede..6d351e8cfbd24a3571a1e463adc68c04b407df7a 100644 |
| --- a/Source/core/paint/DeprecatedPaintLayerPainter.cpp |
| +++ b/Source/core/paint/DeprecatedPaintLayerPainter.cpp |
| @@ -26,7 +26,6 @@ |
| #include "platform/graphics/paint/ClipPathRecorder.h" |
| #include "platform/graphics/paint/ClipRecorder.h" |
| #include "platform/graphics/paint/CompositingDisplayItem.h" |
| -#include "platform/graphics/paint/DisplayItemCacheSkipper.h" |
| #include "platform/graphics/paint/Transform3DDisplayItem.h" |
| #include "wtf/Optional.h" |
| @@ -101,7 +100,6 @@ void DeprecatedPaintLayerPainter::paintLayerContentsAndReflection(GraphicsContex |
| // Paint the reflection first if we have one. |
| if (m_paintLayer.reflectionInfo()) { |
| - DisplayItemCacheSkipper skipper(*context); |
|
chrishtr
2015/06/13 04:44:32
You can delete this class now.
|
| ScopeRecorder scopeRecorder(*context, *m_paintLayer.layoutObject()); |
| m_paintLayer.reflectionInfo()->paint(context, paintingInfo, localPaintFlags | PaintLayerPaintingReflection); |
| } |