Title: [188137] trunk/Source/WebCore
- Revision
- 188137
- Author
- [email protected]
- Date
- 2015-08-07 10:47:28 -0700 (Fri, 07 Aug 2015)
Log Message
Attempt to fix the Windows build after <http://trac.webkit.org/changeset/188130>
(https://bugs.webkit.org/show_bug.cgi?id=147775)
Include header FontDescription.h.
* platform/graphics/win/FontCustomPlatformData.cpp:
* platform/graphics/win/FontCustomPlatformDataCairo.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (188136 => 188137)
--- trunk/Source/WebCore/ChangeLog 2015-08-07 17:41:22 UTC (rev 188136)
+++ trunk/Source/WebCore/ChangeLog 2015-08-07 17:47:28 UTC (rev 188137)
@@ -1,3 +1,13 @@
+2015-08-07 Daniel Bates <[email protected]>
+
+ Attempt to fix the Windows build after <http://trac.webkit.org/changeset/188130>
+ (https://bugs.webkit.org/show_bug.cgi?id=147775)
+
+ Include header FontDescription.h.
+
+ * platform/graphics/win/FontCustomPlatformData.cpp:
+ * platform/graphics/win/FontCustomPlatformDataCairo.cpp:
+
2015-08-07 Myles C. Maxfield <[email protected]>
Allow FontCustomPlatformData to consult with FontDescription
Modified: trunk/Source/WebCore/platform/graphics/win/FontCustomPlatformData.cpp (188136 => 188137)
--- trunk/Source/WebCore/platform/graphics/win/FontCustomPlatformData.cpp 2015-08-07 17:41:22 UTC (rev 188136)
+++ trunk/Source/WebCore/platform/graphics/win/FontCustomPlatformData.cpp 2015-08-07 17:47:28 UTC (rev 188137)
@@ -21,6 +21,7 @@
#include "config.h"
#include "FontCustomPlatformData.h"
+#include "FontDescription.h"
#include "FontPlatformData.h"
#include "OpenTypeUtilities.h"
#include "SharedBuffer.h"
Modified: trunk/Source/WebCore/platform/graphics/win/FontCustomPlatformDataCairo.cpp (188136 => 188137)
--- trunk/Source/WebCore/platform/graphics/win/FontCustomPlatformDataCairo.cpp 2015-08-07 17:41:22 UTC (rev 188136)
+++ trunk/Source/WebCore/platform/graphics/win/FontCustomPlatformDataCairo.cpp 2015-08-07 17:47:28 UTC (rev 188137)
@@ -21,9 +21,10 @@
#include "config.h"
#include "FontCustomPlatformData.h"
+#include "FontDescription.h"
+#include "FontPlatformData.h"
#include "OpenTypeUtilities.h"
#include "SharedBuffer.h"
-#include "FontPlatformData.h"
#include <cairo-win32.h>
#include <wtf/RetainPtr.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes