Changeset 181933 in webkit


Ignore:
Timestamp:
Mar 24, 2015 10:29:08 PM (9 years ago)
Author:
mitz@apple.com
Message:

Another attempt to fix the build.

  • WebCore.xcodeproj/project.pbxproj:
  • platform/spi/cocoa/QuartzCoreSPI.h:
Location:
trunk/Source/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r181932 r181933  
     12015-03-24  Dan Bernstein  <mitz@apple.com>
     2
     3        Another attempt to fix the build.
     4
     5        * WebCore.xcodeproj/project.pbxproj:
     6        * platform/spi/cocoa/QuartzCoreSPI.h:
     7
    182015-03-24  Alex Christensen  <achristensen@webkit.org>
    29
  • trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj

    r181923 r181933  
    16241624                44DAB5B215A623580097C1E4 /* Extensions3DOpenGLCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = 44DAB5B015A623580097C1E4 /* Extensions3DOpenGLCommon.h */; };
    16251625                44DEF6431A6FF92700D45EEC /* IOReturnSPI.h in Headers */ = {isa = PBXBuildFile; fileRef = 44DEF6421A6FF92700D45EEC /* IOReturnSPI.h */; };
    1626                 44DFF6431A6FF92700D45EEC /* IOSurfaceSPI.h in Headers */ = {isa = PBXBuildFile; fileRef = 44DFF6421A6FF92700D45EEC /* IOSurfaceSPI.h */; };
     1626                44DFF6431A6FF92700D45EEC /* IOSurfaceSPI.h in Headers */ = {isa = PBXBuildFile; fileRef = 44DFF6421A6FF92700D45EEC /* IOSurfaceSPI.h */; settings = {ATTRIBUTES = (Private, ); }; };
    16271627                44EFF6431A6FF92700D45EEC /* IOTypesSPI.h in Headers */ = {isa = PBXBuildFile; fileRef = 44EFF6421A6FF92700D45EEC /* IOTypesSPI.h */; };
    16281628                45099C411370A7800058D513 /* IconURL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 45099C401370A7800058D513 /* IconURL.cpp */; };
  • trunk/Source/WebCore/platform/spi/cocoa/QuartzCoreSPI.h

    r181931 r181933  
    2424 */
    2525
    26 #import "IOSurfaceSPI.h"
    2726#import <QuartzCore/QuartzCore.h>
     27#import <WebCore/IOSurfaceSPI.h>
    2828
    2929#if USE(APPLE_INTERNAL_SDK)
Note: See TracChangeset for help on using the changeset viewer.