Title: [90874] trunk/Source/WebCore
- Revision
- 90874
- Author
- [email protected]
- Date
- 2011-07-12 17:52:11 -0700 (Tue, 12 Jul 2011)
Log Message
[chromium] Chromium win build fix.
* platform/graphics/chromium/FontChromiumWin.cpp:
(WebCore::drawGlyphsWin):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (90873 => 90874)
--- trunk/Source/WebCore/ChangeLog 2011-07-13 00:24:03 UTC (rev 90873)
+++ trunk/Source/WebCore/ChangeLog 2011-07-13 00:52:11 UTC (rev 90874)
@@ -1,3 +1,10 @@
+2011-07-12 James Robinson <[email protected]>
+
+ [chromium] Chromium win build fix.
+
+ * platform/graphics/chromium/FontChromiumWin.cpp:
+ (WebCore::drawGlyphsWin):
+
2011-07-12 Pratik Solanki <[email protected]>
Get webkit to compile with USE(CFNETWORK) enabled on Mac
Modified: trunk/Source/WebCore/platform/graphics/chromium/FontChromiumWin.cpp (90873 => 90874)
--- trunk/Source/WebCore/platform/graphics/chromium/FontChromiumWin.cpp 2011-07-13 00:24:03 UTC (rev 90873)
+++ trunk/Source/WebCore/platform/graphics/chromium/FontChromiumWin.cpp 2011-07-13 00:52:11 UTC (rev 90874)
@@ -381,8 +381,6 @@
int from,
int numGlyphs,
const FloatPoint& point) {
- graphicsContext->platformContext()->prepareForSoftwareDraw();
-
TransparencyAwareGlyphPainter painter(graphicsContext, font, glyphBuffer, from, numGlyphs, point);
// We draw the glyphs in chunks to avoid having to do a heap allocation for
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes