Changeset 187216 in webkit
- Timestamp:
- Jul 22, 2015, 10:31:32 PM (10 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r187215 r187216 1 2015-07-22 Tim Horton <timothy_horton@apple.com> 2 3 Try to fix the build 4 5 * platform/spi/cocoa/QuartzCoreSPI.h: 6 1 7 2015-07-22 James Savage <james.savage@apple.com> 2 8 -
trunk/Source/WebCore/platform/spi/cocoa/QuartzCoreSPI.h
r187215 r187216 33 33 34 34 #ifdef __OBJC__ 35 #import <QuartzCore/CADisplay.h>36 35 #import <QuartzCore/CALayerHost.h> 37 36 #import <QuartzCore/CALayerPrivate.h> 37 38 #if PLATFORM(IOS) 39 #import <QuartzCore/CADisplay.h> 40 #endif 38 41 39 42 // FIXME: As a workaround for <rdar://problem/18985152>, we conditionally enclose the following
Note:
See TracChangeset
for help on using the changeset viewer.