diff options
| -rw-r--r-- | Source/WebCore/Target.pri | 1 | ||||
| -rw-r--r-- | Source/WebCore/platform/graphics/surfaces/mac/GraphicsSurfaceMac.cpp | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/Source/WebCore/Target.pri b/Source/WebCore/Target.pri index 030508f98..0e1e89e4d 100644 --- a/Source/WebCore/Target.pri +++ b/Source/WebCore/Target.pri @@ -4269,7 +4269,6 @@ enable?(opencl) { use?(GRAPHICS_SURFACE) { mac { SOURCES += platform/graphics/surfaces/mac/GraphicsSurfaceMac.cpp - INCLUDEPATH += /System/Library/Frameworks/CoreFoundation.framework/Headers } win32 { SOURCES += platform/graphics/surfaces/win/GraphicsSurfaceWin.cpp diff --git a/Source/WebCore/platform/graphics/surfaces/mac/GraphicsSurfaceMac.cpp b/Source/WebCore/platform/graphics/surfaces/mac/GraphicsSurfaceMac.cpp index c4d2d5418..71a829551 100644 --- a/Source/WebCore/platform/graphics/surfaces/mac/GraphicsSurfaceMac.cpp +++ b/Source/WebCore/platform/graphics/surfaces/mac/GraphicsSurfaceMac.cpp @@ -22,7 +22,7 @@ #if USE(GRAPHICS_SURFACE) && OS(DARWIN) #include "TextureMapperGL.h" -#include <CFNumber.h> +#include <CoreFoundation/CFNumber.h> #include <CGLContext.h> #include <CGLCurrent.h> #include <CGLIOSurface.h> |
