Index: skia/ext/bitmap_platform_device.h |
=================================================================== |
--- skia/ext/bitmap_platform_device.h (revision 5858) |
+++ skia/ext/bitmap_platform_device.h (working copy) |
@@ -21,7 +21,7 @@ |
} // namespace gfx |
#elif defined(__linux__) |
-#include "BitmapPlatformDeviceLinux.h" |
+#include "skia/ext/bitmap_platform_device_mac.h" |
tony
2008/11/22 00:00:57
I think you mean linux.
|
namespace gfx { |
typedef BitmapPlatformDeviceLinux BitmapPlatformDevice; |