| 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;
|
| +
|
| class SkMatrix;
|
| class SkPath;
|
| class SkRegion;
|
|
|