Index: chrome/common/gfx/chrome_canvas.h |
=================================================================== |
--- chrome/common/gfx/chrome_canvas.h (revision 14606) |
+++ chrome/common/gfx/chrome_canvas.h (working copy) |
@@ -195,7 +195,7 @@ |
DISALLOW_EVIL_CONSTRUCTORS(ChromeCanvas); |
}; |
-#if defined(OS_WIN) || defined(TOOLKIT_GTK) |
+#if defined(OS_WIN) || defined(OS_LINUX) |
typedef skia::CanvasPaintT<ChromeCanvas> ChromeCanvasPaint; |
#endif |