diff options
author | joshualitt <joshualitt@chromium.org> | 2015-08-07 11:42:16 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-08-07 11:42:17 -0700 |
commit | 74417824cd988f7d6114858e09720ba00416ce11 (patch) | |
tree | efb6099a275094d20deba08d5df795c29674609f /tests | |
parent | 31ff762dc8bfcd86eb4af92b18fdad36913a04e5 (diff) |
Make folder for batches
BUG=skia:
Review URL: https://codereview.chromium.org/1277233002
Diffstat (limited to 'tests')
-rw-r--r-- | tests/GLProgramsTest.cpp | 5 | ||||
-rw-r--r-- | tests/GrPorterDuffTest.cpp | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/tests/GLProgramsTest.cpp b/tests/GLProgramsTest.cpp index 4b47e4b6c2..85ee100365 100644 --- a/tests/GLProgramsTest.cpp +++ b/tests/GLProgramsTest.cpp @@ -13,7 +13,6 @@ #if SK_SUPPORT_GPU && SK_ALLOW_STATIC_GLOBAL_INITIALIZERS #include "GrAutoLocaleSetter.h" -#include "GrBatch.h" #include "GrBatchTest.h" #include "GrContextFactory.h" #include "GrInvariantOutput.h" @@ -24,8 +23,12 @@ #include "SkChecksum.h" #include "SkRandom.h" #include "Test.h" + +#include "batches/GrBatch.h" + #include "effects/GrConfigConversionEffect.h" #include "effects/GrPorterDuffXferProcessor.h" + #include "gl/GrGLGpu.h" #include "gl/GrGLPathRendering.h" #include "gl/builders/GrGLProgramBuilder.h" diff --git a/tests/GrPorterDuffTest.cpp b/tests/GrPorterDuffTest.cpp index f6a2c7334d..0a88f6be7c 100644 --- a/tests/GrPorterDuffTest.cpp +++ b/tests/GrPorterDuffTest.cpp @@ -10,12 +10,12 @@ #if SK_SUPPORT_GPU -#include "GrBatch.h" #include "GrContextFactory.h" #include "GrContextOptions.h" #include "GrGpu.h" #include "GrResourceProvider.h" #include "GrXferProcessor.h" +#include "batches/GrBatch.h" #include "effects/GrPorterDuffXferProcessor.h" #include "gl/GrGLCaps.h" |