diff options
author | bsalomon <bsalomon@google.com> | 2015-08-13 14:55:50 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-08-13 14:55:50 -0700 |
commit | 16b991390bb988b194a868ab8de66db4c21c7c13 (patch) | |
tree | 113ed198661b9ee00e0cb47a7edeaadc63f2323f /tests | |
parent | 8f4fe37b1cb7c98577d76e7004f35929664e251e (diff) |
Split GrDrawBatch and GrVertexBatch into their own files
TBR=joshualitt@google.com
Review URL: https://codereview.chromium.org/1296483002
Diffstat (limited to 'tests')
-rw-r--r-- | tests/GLProgramsTest.cpp | 2 | ||||
-rw-r--r-- | tests/GrPorterDuffTest.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/GLProgramsTest.cpp b/tests/GLProgramsTest.cpp index 57a65a0aa9..b6af16baeb 100644 --- a/tests/GLProgramsTest.cpp +++ b/tests/GLProgramsTest.cpp @@ -24,7 +24,7 @@ #include "SkRandom.h" #include "Test.h" -#include "batches/GrBatch.h" +#include "batches/GrDrawBatch.h" #include "effects/GrConfigConversionEffect.h" #include "effects/GrPorterDuffXferProcessor.h" diff --git a/tests/GrPorterDuffTest.cpp b/tests/GrPorterDuffTest.cpp index c276e592f5..34dd12bc0f 100644 --- a/tests/GrPorterDuffTest.cpp +++ b/tests/GrPorterDuffTest.cpp @@ -15,7 +15,7 @@ #include "GrGpu.h" #include "GrResourceProvider.h" #include "GrXferProcessor.h" -#include "batches/GrBatch.h" +#include "batches/GrVertexBatch.h" #include "effects/GrPorterDuffXferProcessor.h" #include "gl/GrGLCaps.h" |