Chromium Code Reviews

Unified Diff: webkit/port/platform/graphics/skia/public/PlatformDevice.h

Issue 11357: Move the platform files form port to skia for Mac only. Hopefully this won't ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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

Powered by Google App Engine