| Index: webkit/port/platform/graphics/skia/public/PlatformDevice.h
|
| ===================================================================
|
| --- webkit/port/platform/graphics/skia/public/PlatformDevice.h (revision 5826)
|
| +++ webkit/port/platform/graphics/skia/public/PlatformDevice.h (working copy)
|
| @@ -9,7 +9,7 @@
|
| #if defined(WIN32)
|
| #include "PlatformDeviceWin.h"
|
| #elif defined(__APPLE__)
|
| -#include "PlatformDeviceMac.h"
|
| +#include "skia/ext/platform_device_mac.h"
|
| #elif defined(__linux__)
|
| #include "PlatformDeviceLinux.h"
|
| #endif
|
|
|