diff options
Diffstat (limited to 'skia/ext')
-rw-r--r-- | skia/ext/platform_device.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/skia/ext/platform_device.h b/skia/ext/platform_device.h index 3072e08..811dfa6 100644 --- a/skia/ext/platform_device.h +++ b/skia/ext/platform_device.h @@ -7,11 +7,11 @@ // around. #if defined(WIN32) -#include "PlatformDeviceWin.h" +#include "skia/ext/platform_device_win.h" #elif defined(__APPLE__) -#include "PlatformDeviceMac.h" +#include "skia/ext/platform_device_mac.h" #elif defined(__linux__) -#include "PlatformDeviceLinux.h" +#include "skia/ext/platform_device_linux.h" #endif namespace gfx { |