Index: Source/WebCore/platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.cpp |
=================================================================== |
--- Source/WebCore/platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.cpp (revision 120770) |
+++ Source/WebCore/platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.cpp (working copy) |
@@ -50,9 +50,6 @@ |
platformContext.setTrackOpaqueRegion(!m_opaque); |
GraphicsContext context(&platformContext); |
- context.clearRect(clip); |
- context.clip(clip); |
- |
// Record transform prior to painting, as all opaque tracking will be |
// relative to this current value. |
AffineTransform canvasToContentTransform = context.getCTM().inverse(); |