Index: Source/WebCore/ChangeLog |
=================================================================== |
--- Source/WebCore/ChangeLog (revision 106688) |
+++ Source/WebCore/ChangeLog (working copy) |
@@ -1,3 +1,17 @@ |
+2012-02-03 Dana Jansens <danakj@chromium.org> |
+ |
+ [Chromium] Use the current clip when marking paints as opaque |
+ https://bugs.webkit.org/show_bug.cgi?id=77582 |
+ |
+ Reviewed by Stephen White. |
+ |
+ New unit test in PlatformContextSkiaTest.cpp |
+ |
+ * platform/graphics/skia/OpaqueRegionSkia.cpp: |
+ (WebCore::OpaqueRegionSkia::markRectAsOpaque): |
+ * platform/graphics/skia/PlatformContextSkia.h: |
+ (WebCore::PlatformContextSkia::canvas): |
+ |
2012-02-02 Ami Fischman <fischman@chromium.org> |
Avoid crashing renderer when GPU process dies by not caching textures between video frames. |