| Index: third_party/WebKit/Source/core/paint/HTMLCanvasPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/HTMLCanvasPainter.cpp b/third_party/WebKit/Source/core/paint/HTMLCanvasPainter.cpp
|
| index 4ec8ab0f32b3c32194deed8d12a9606ce5daa3f1..b1f0ae8567bbf28e00c497062f56b3c1d0c748e8 100644
|
| --- a/third_party/WebKit/Source/core/paint/HTMLCanvasPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/HTMLCanvasPainter.cpp
|
| @@ -41,10 +41,6 @@ void HTMLCanvasPainter::paintReplaced(const PaintInfo& paintInfo, const LayoutPo
|
| return;
|
|
|
| LayoutObjectDrawingRecorder drawingRecorder(context, m_layoutHTMLCanvas, paintInfo.phase, contentRect);
|
| -#if ENABLE(ASSERT)
|
| - // The drawing may be in display list mode or image mode, producing different pictures for the same result.
|
| - drawingRecorder.setUnderInvalidationCheckingMode(DrawingDisplayItem::CheckBitmap);
|
| -#endif
|
|
|
| bool clip = !contentRect.contains(paintRect);
|
| if (clip) {
|
|
|