Changeset 155623 in webkit


Ignore:
Timestamp:
Sep 12, 2013 9:42:23 AM (11 years ago)
Author:
jocelyn.turcotte@digia.com
Message:

[Coordinated Graphics] Fix the build on MacOS 10.9
https://bugs.webkit.org/show_bug.cgi?id=121225

Reviewed by Darin Adler.

  • platform/graphics/surfaces/mac/GraphicsSurfaceMac.cpp:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r155622 r155623  
     12013-09-12  Jocelyn Turcotte  <jocelyn.turcotte@digia.com>
     2
     3        [Coordinated Graphics] Fix the build on MacOS 10.9
     4        https://bugs.webkit.org/show_bug.cgi?id=121225
     5
     6        Reviewed by Darin Adler.
     7
     8        * platform/graphics/surfaces/mac/GraphicsSurfaceMac.cpp:
     9
    1102013-09-12  Mark Lam  <mark.lam@apple.com>
    211
  • trunk/Source/WebCore/platform/graphics/surfaces/mac/GraphicsSurfaceMac.cpp

    r144190 r155623  
    2323#if USE(GRAPHICS_SURFACE) && OS(DARWIN)
    2424#include "TextureMapperGL.h"
    25 #include <CFNumber.h>
    2625#include <CGLContext.h>
    2726#include <CGLCurrent.h>
    2827#include <CGLIOSurface.h>
     28#include <CoreFoundation/CoreFoundation.h>
    2929#include <IOSurface/IOSurface.h>
    3030#include <OpenGL/OpenGL.h>
Note: See TracChangeset for help on using the changeset viewer.