Title: [126770] trunk/Source/WebCore
- Revision
- 126770
- Author
- [email protected]
- Date
- 2012-08-27 09:16:43 -0700 (Mon, 27 Aug 2012)
Log Message
Unreviewed Mac Chromium build fix after r126763.
* platform/graphics/Font.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (126769 => 126770)
--- trunk/Source/WebCore/ChangeLog 2012-08-27 15:51:09 UTC (rev 126769)
+++ trunk/Source/WebCore/ChangeLog 2012-08-27 16:16:43 UTC (rev 126770)
@@ -1,3 +1,9 @@
+2012-08-27 Julien Chaffraix <[email protected]>
+
+ Unreviewed Mac Chromium build fix after r126763.
+
+ * platform/graphics/Font.cpp:
+
2012-08-25 Antonio Gomes <[email protected]>
For convenience, make RenderLayer::enclosingElement a public method.
Modified: trunk/Source/WebCore/platform/graphics/Font.cpp (126769 => 126770)
--- trunk/Source/WebCore/platform/graphics/Font.cpp 2012-08-27 15:51:09 UTC (rev 126769)
+++ trunk/Source/WebCore/platform/graphics/Font.cpp 2012-08-27 16:16:43 UTC (rev 126770)
@@ -207,7 +207,7 @@
return floatWidthForComplexText(run);
}
-#if !PLATFORM(MAC)
+#if !(PLATFORM(MAC) || (PLATFORM(CHROMIUM) && OS(DARWIN)))
PassOwnPtr<TextLayout> Font::createLayout(RenderText*, float, bool) const
{
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes