Title: [121553] trunk/Source/WebCore
Revision
121553
Author
[email protected]
Date
2012-06-29 05:23:48 -0700 (Fri, 29 Jun 2012)

Log Message

Unreviewed mac build fix after r121547.
Remove the now-unused FontCustomPlatformData::m_atsContainer.

* platform/graphics/mac/FontCustomPlatformData.h:
(FontCustomPlatformData):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (121552 => 121553)


--- trunk/Source/WebCore/ChangeLog	2012-06-29 12:08:52 UTC (rev 121552)
+++ trunk/Source/WebCore/ChangeLog	2012-06-29 12:23:48 UTC (rev 121553)
@@ -1,3 +1,11 @@
+2012-06-29  Andreas Kling  <[email protected]>
+
+        Unreviewed mac build fix after r121547.
+        Remove the now-unused FontCustomPlatformData::m_atsContainer.
+
+        * platform/graphics/mac/FontCustomPlatformData.h:
+        (FontCustomPlatformData):
+
 2012-06-29  Kent Tamura  <[email protected]>
 
         <textarea> unnecessarily saves the value in some cases

Modified: trunk/Source/WebCore/platform/graphics/mac/FontCustomPlatformData.h (121552 => 121553)


--- trunk/Source/WebCore/platform/graphics/mac/FontCustomPlatformData.h	2012-06-29 12:08:52 UTC (rev 121552)
+++ trunk/Source/WebCore/platform/graphics/mac/FontCustomPlatformData.h	2012-06-29 12:23:48 UTC (rev 121553)
@@ -57,7 +57,6 @@
 
     static bool supportsFormat(const String&);
 
-    ATSFontContainerRef m_atsContainer;
     CGFontRef m_cgFont;
 #if USE(SKIA_ON_MAC_CHROMIUM)
     SkTypeface* m_typeface;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to