Changeset 161766 in webkit
- Timestamp:
- Jan 11, 2014, 8:58:35 AM (12 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r161765 r161766 1 2014-01-11 Simon Fraser <simon.fraser@apple.com> 2 3 No need to include <ApplicationServices/ApplicationServices.h> in 4 the header. Can use <CoreGraphics/CoreGraphics.h> in the .cpp file. 5 6 * platform/graphics/cg/ImageBufferBackingStoreCache.cpp: 7 * platform/graphics/cg/ImageBufferBackingStoreCache.h: 8 1 9 2014-01-11 Simon Fraser <simon.fraser@apple.com> 2 10 -
trunk/Source/WebCore/platform/graphics/cg/ImageBufferBackingStoreCache.cpp
r161239 r161766 28 28 29 29 #if USE(IOSURFACE_CANVAS_BACKING_STORE) 30 #include <CoreGraphics/CoreGraphics.h> 30 31 #include <IOSurface/IOSurface.h> 31 32 -
trunk/Source/WebCore/platform/graphics/cg/ImageBufferBackingStoreCache.h
r161239 r161766 31 31 #include "Timer.h" 32 32 33 #include <ApplicationServices/ApplicationServices.h>34 33 #include <wtf/DoublyLinkedList.h> 35 34 #include <wtf/HashMap.h>
Note:
See TracChangeset
for help on using the changeset viewer.