From 04d52f3a92bb3d72e035a7c002926953edb0b505 Mon Sep 17 00:00:00 2001 From: joshualitt Date: Fri, 13 Nov 2015 11:22:19 -0800 Subject: Create a standalone example for using Skia with SDL BUG=skia: Review URL: https://codereview.chromium.org/1442573003 --- src/views/sdl/SkOSWindow_SDL.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -#elif defined(SK_BUILD_FOR_LINUX) +#elif defined(SK_BUILD_FOR_UNIX) #include #elif defined(SK_BUILD_FOR_MAC) #include -- cgit v1.2.3