Title: [192709] trunk/Source/WebCore
- Revision
- 192709
- Author
- simon.fra...@apple.com
- Date
- 2015-11-20 16:04:20 -0800 (Fri, 20 Nov 2015)
Log Message
Fix the Windows build.
* platform/graphics/cg/IOSurfacePool.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (192708 => 192709)
--- trunk/Source/WebCore/ChangeLog 2015-11-20 23:45:40 UTC (rev 192708)
+++ trunk/Source/WebCore/ChangeLog 2015-11-21 00:04:20 UTC (rev 192709)
@@ -1,5 +1,11 @@
2015-11-20 Simon Fraser <simon.fra...@apple.com>
+ Fix the Windows build.
+
+ * platform/graphics/cg/IOSurfacePool.h:
+
+2015-11-20 Simon Fraser <simon.fra...@apple.com>
+
Allow more buffer formats in the IOSurface pool
https://bugs.webkit.org/show_bug.cgi?id=151516
Modified: trunk/Source/WebCore/platform/graphics/cg/IOSurfacePool.h (192708 => 192709)
--- trunk/Source/WebCore/platform/graphics/cg/IOSurfacePool.h 2015-11-20 23:45:40 UTC (rev 192708)
+++ trunk/Source/WebCore/platform/graphics/cg/IOSurfacePool.h 2015-11-21 00:04:20 UTC (rev 192709)
@@ -26,6 +26,8 @@
#ifndef IOSurfacePool_h
#define IOSurfacePool_h
+#if USE(IOSURFACE)
+
#include "ColorSpace.h"
#include "IOSurface.h"
#include "IntSize.h"
@@ -36,8 +38,6 @@
#include <wtf/NeverDestroyed.h>
#include <wtf/RetainPtr.h>
-#if USE(IOSURFACE)
-
namespace WebCore {
class IOSurfacePool {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes