Index: skia/ext/platform_canvas.h |
=================================================================== |
--- skia/ext/platform_canvas.h (revision 39355) |
+++ skia/ext/platform_canvas.h (working copy) |
@@ -47,7 +47,8 @@ |
// For two-part init, call if you use the no-argument constructor above |
bool initialize(int width, int height, bool is_opaque, uint8_t* data = NULL); |
-#elif defined(__linux__) || defined(__FreeBSD__) || defined(__OpenBSD__) |
+#elif defined(__linux__) || defined(__FreeBSD__) || defined(__OpenBSD__) || \ |
+ defined(__Solaris__) |
// Linux --------------------------------------------------------------------- |
// Construct a canvas from the given memory region. The memory is not cleared |