Index: gpu/gles2_conform_support/native/main.cc |
diff --git a/gpu/gles2_conform_support/native/main.cc b/gpu/gles2_conform_support/native/main.cc |
index fd3dc7554f2a4c345a15a2e8af4f787a4ec976a1..99d9858a6196ac44124f380f83b40a24a863e68e 100644 |
--- a/gpu/gles2_conform_support/native/main.cc |
+++ b/gpu/gles2_conform_support/native/main.cc |
@@ -5,7 +5,7 @@ |
#include "base/at_exit.h" |
#include "base/message_loop.h" |
-#if defined(TOOLKIT_USES_GTK) |
+#if defined(TOOLKIT_GTK) |
#include <gtk/gtk.h> |
#endif |
@@ -18,7 +18,7 @@ extern "C" { |
} |
int main(int argc, char *argv[]) { |
-#if defined(TOOLKIT_USES_GTK) |
+#if defined(TOOLKIT_GTK) |
gtk_init(&argc, &argv); |
#endif |