Chromium Code Reviews| Index: skia/ext/platform_device_mac.h |
| =================================================================== |
| --- skia/ext/platform_device_mac.h (revision 79299) |
| +++ skia/ext/platform_device_mac.h (working copy) |
| @@ -6,9 +6,11 @@ |
| #define SKIA_EXT_PLATFORM_DEVICE_MAC_H_ |
| #pragma once |
| -#import <ApplicationServices/ApplicationServices.h> |
| #include "third_party/skia/include/core/SkDevice.h" |
| +typedef struct CGContext* CGContextRef; |
| +typedef struct CGRect CGRect; |
|
reed1
2011/03/24 20:18:54
Is this sufficient for CGRect?
struct CGRect;
|
| + |
| class SkMatrix; |
| class SkPath; |
| class SkRegion; |