Title: [99000] tags/Safari-535.7.1/Source/WebCore
Diff
Modified: tags/Safari-535.7.1/Source/WebCore/ChangeLog (98999 => 99000)
--- tags/Safari-535.7.1/Source/WebCore/ChangeLog 2011-11-01 21:45:35 UTC (rev 98999)
+++ tags/Safari-535.7.1/Source/WebCore/ChangeLog 2011-11-01 21:50:01 UTC (rev 99000)
@@ -1,3 +1,14 @@
+2011-11-01 Lucas Forschler <[email protected]>
+
+ Merge 98824
+
+ 2011-10-29 Mark Rowe <[email protected]>
+
+ Build fix.
+
+ * platform/graphics/mac/WebLayer.mm:
+ (drawLayerContents):
+
2011-10-27 Mike Reed <[email protected]>
[skia] replace offscreen technique with native support for antialiased clipping
Modified: tags/Safari-535.7.1/Source/WebCore/platform/graphics/mac/WebLayer.mm (98999 => 99000)
--- tags/Safari-535.7.1/Source/WebCore/platform/graphics/mac/WebLayer.mm 2011-11-01 21:45:35 UTC (rev 98999)
+++ tags/Safari-535.7.1/Source/WebCore/platform/graphics/mac/WebLayer.mm 2011-11-01 21:50:01 UTC (rev 99000)
@@ -92,7 +92,7 @@
indicatorBox.size.height = 27;
CGContextSaveGState(context);
- CGContextSetAlpha(context, 0.5);
+ CGContextSetAlpha(context, 0.5f);
CGContextBeginTransparencyLayerWithRect(context, indicatorBox, 0);
if (isTiledLayer)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes