aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-11-13 11:22:19 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-11-13 11:22:19 -0800
commit04d52f3a92bb3d72e035a7c002926953edb0b505 (patch)
treed035e4577b7295dd93c800139d8be0ec60b45847 /src
parentd28ada7fd6495923d8756f9738b8ca7044481b1d (diff)
Create a standalone example for using Skia with SDL
Diffstat (limited to 'src')
-rw-r--r--src/views/sdl/SkOSWindow_SDL.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/sdl/SkOSWindow_SDL.cpp b/src/views/sdl/SkOSWindow_SDL.cpp
index 8ee1e9dc65..45beaee53e 100644
--- a/src/views/sdl/SkOSWindow_SDL.cpp
+++ b/src/views/sdl/SkOSWindow_SDL.cpp
@@ -9,7 +9,7 @@
#if defined(SK_BUILD_FOR_ANDROID)
#include <GLES/gl.h>
-#elif defined(SK_BUILD_FOR_LINUX)
+#elif defined(SK_BUILD_FOR_UNIX)
#include <GL/gl.h>
#elif defined(SK_BUILD_FOR_MAC)
#include <gl.h>