Log Message
Build fix. * platform/graphics/mac/WebLayer.mm: (drawLayerContents):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (98823 => 98824)
--- trunk/Source/WebCore/ChangeLog 2011-10-30 03:06:10 UTC (rev 98823)
+++ trunk/Source/WebCore/ChangeLog 2011-10-30 05:36:14 UTC (rev 98824)
@@ -2,6 +2,13 @@
Build fix.
+ * platform/graphics/mac/WebLayer.mm:
+ (drawLayerContents):
+
+2011-10-29 Mark Rowe <[email protected]>
+
+ Build fix.
+
* editing/Editor.cpp:
(WebCore::Editor::markMisspellingsAfterTypingToWord):
Modified: trunk/Source/WebCore/platform/graphics/mac/WebLayer.mm (98823 => 98824)
--- trunk/Source/WebCore/platform/graphics/mac/WebLayer.mm 2011-10-30 03:06:10 UTC (rev 98823)
+++ trunk/Source/WebCore/platform/graphics/mac/WebLayer.mm 2011-10-30 05:36:14 UTC (rev 98824)
@@ -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
