Title: [96997] trunk/Source/WebCore
- Revision
- 96997
- Author
- [email protected]
- Date
- 2011-10-07 19:01:51 -0700 (Fri, 07 Oct 2011)
Log Message
Unreviewed, rolling out r96847.
http://trac.webkit.org/changeset/96847
https://bugs.webkit.org/show_bug.cgi?id=69684
may have caused memory regression on win chromium (Requested
by simonjam on #webkit).
Patch by Sheriff Bot <[email protected]> on 2011-10-07
* platform/graphics/chromium/FontChromiumWin.cpp:
(WebCore::Font::drawGlyphs):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (96996 => 96997)
--- trunk/Source/WebCore/ChangeLog 2011-10-08 01:44:10 UTC (rev 96996)
+++ trunk/Source/WebCore/ChangeLog 2011-10-08 02:01:51 UTC (rev 96997)
@@ -1,3 +1,15 @@
+2011-10-07 Sheriff Bot <[email protected]>
+
+ Unreviewed, rolling out r96847.
+ http://trac.webkit.org/changeset/96847
+ https://bugs.webkit.org/show_bug.cgi?id=69684
+
+ may have caused memory regression on win chromium (Requested
+ by simonjam on #webkit).
+
+ * platform/graphics/chromium/FontChromiumWin.cpp:
+ (WebCore::Font::drawGlyphs):
+
2011-10-07 Mark Hahnenberg <[email protected]>
Remove getCallDataVirtual methods
Modified: trunk/Source/WebCore/platform/graphics/chromium/FontChromiumWin.cpp (96996 => 96997)
--- trunk/Source/WebCore/platform/graphics/chromium/FontChromiumWin.cpp 2011-10-08 01:44:10 UTC (rev 96996)
+++ trunk/Source/WebCore/platform/graphics/chromium/FontChromiumWin.cpp 2011-10-08 02:01:51 UTC (rev 96997)
@@ -69,7 +69,6 @@
return;
HFONT hfont = font->platformData().hfont();
- PlatformSupport::ensureFontLoaded(hfont);
// We draw the glyphs in chunks to avoid having to do a heap allocation for
// the arrays of characters and advances.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes