summaryrefslogtreecommitdiffstats
path: root/skia/ext
diff options
context:
space:
mode:
Diffstat (limited to 'skia/ext')
-rw-r--r--skia/ext/canvas_paint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/skia/ext/canvas_paint.h b/skia/ext/canvas_paint.h
index 051463f..89923b66 100644
--- a/skia/ext/canvas_paint.h
+++ b/skia/ext/canvas_paint.h
@@ -16,7 +16,7 @@
#elif defined(__linux__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__sun)
#if defined(USE_WAYLAND)
#include "skia/ext/canvas_paint_wayland.h"
-#elif defined(TOOLKIT_USES_GTK)
+#elif defined(TOOLKIT_GTK)
#include "skia/ext/canvas_paint_gtk.h"
#else
#include "skia/ext/canvas_paint_x.h"