From 2a48c3adb7cf4fc754f99a41352210b4a99edf04 Mon Sep 17 00:00:00 2001 From: "bsalomon@google.com" Date: Fri, 3 Aug 2012 14:54:45 +0000 Subject: Fix includes files missing in release builds from GrCustomStageUnitTest.h. Also fix SK_SUPPORT_GPU=0 build breaks in gmmain.cpp and GLProgramsTest.cpp git-svn-id: http://skia.googlecode.com/svn/trunk@4947 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tests/GLProgramsTest.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/GLProgramsTest.cpp b/tests/GLProgramsTest.cpp index a43ad834ef..199cc4989d 100644 --- a/tests/GLProgramsTest.cpp +++ b/tests/GLProgramsTest.cpp @@ -8,6 +8,10 @@ // This is a GPU-backend specific test. It relies on static intializers to work +#include "SkTypes.h" + +#if SK_SUPPORT_GPU && SK_ALLOW_STATIC_GLOBAL_INITIALIZERS + #include "gl/GrGpuGL.h" #include "effects/GrColorTableEffect.h" #include "effects/GrConvolutionEffect.h" @@ -17,8 +21,6 @@ #include "GrRandom.h" #include "Test.h" -#if SK_SUPPORT_GPU && SK_ALLOW_STATIC_GLOBAL_INITIALIZERS - namespace { // GrRandoms nextU() values have patterns in the low bits -- cgit v1.2.3