commit | 72e3ae486c66871c2043eac4f08d85d419fbca2a | [log] [tgz] |
---|---|---|
author | bsalomon <bsalomon@google.com> | Tue Apr 28 08:08:46 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Apr 28 08:08:46 2015 -0700 |
tree | 16cd11ff49a33e4b7c1b5d5aeb6ae0bd513efc88 | |
parent | 7272935744670aebf82699c2f91aaff3cd4c3172 [diff] [blame] |
Remove vertex/index buffer factilities from GrDrawTarget. Review URL: https://codereview.chromium.org/1105263002
diff --git a/src/gpu/GrTestBatch.h b/src/gpu/GrTestBatch.h index 716912d..8e16f52 100644 --- a/src/gpu/GrTestBatch.h +++ b/src/gpu/GrTestBatch.h
@@ -9,6 +9,7 @@ #define GrTestBatch_DEFINED #include "GrBatch.h" +#include "GrVertexBuffer.h" /* * A simple batch only for testing purposes which actually doesn't batch at all, but can fit into