aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gpu/GrContextFactory.cpp
diff options
context:
space:
mode:
authorGravatar djsollen <djsollen@google.com>2016-06-09 13:07:13 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-06-09 13:07:13 -0700
commit7e73108a371dfb1dfa05f0810d5463d94bfa06b7 (patch)
tree14d8b2a2bc976dc111c95d8cba55f48aeccf40ff /tools/gpu/GrContextFactory.cpp
parent09b4224be3901b97cc2301115f9a2e9381a39dbb (diff)
Cleanup needed to use WindowContext for Android
Diffstat (limited to 'tools/gpu/GrContextFactory.cpp')
-rw-r--r--tools/gpu/GrContextFactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpu/GrContextFactory.cpp b/tools/gpu/GrContextFactory.cpp
index 151bfd95b3..5b5f31415d 100644
--- a/tools/gpu/GrContextFactory.cpp
+++ b/tools/gpu/GrContextFactory.cpp
@@ -19,7 +19,7 @@
#if SK_MESA
#include "gl/mesa/GLTestContext_mesa.h"
#endif
-#if SK_VULKAN
+#ifdef SK_VULKAN
#include "vk/VkTestContext.h"
#endif
#include "gl/null/NullGLTestContext.h"