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

Unified Diff: Source/WebCore/platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.cpp

Issue 10574034: Merge 120640 - [chromium] REGRESSION(r120346) ContentLayerPainter should clear rect to be painted (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1180/
Patch Set: Created 8 years, 6 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
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();

Powered by Google App Engine
This is Rietveld 408576698