commit | 16b991390bb988b194a868ab8de66db4c21c7c13 | [log] [tgz] |
---|---|---|
author | bsalomon <bsalomon@google.com> | Thu Aug 13 14:55:50 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Aug 13 14:55:50 2015 -0700 |
tree | 113ed198661b9ee00e0cb47a7edeaadc63f2323f | |
parent | 8f4fe37b1cb7c98577d76e7004f35929664e251e [diff] [blame] |
Split GrDrawBatch and GrVertexBatch into their own files TBR=joshualitt@google.com Review URL: https://codereview.chromium.org/1296483002
diff --git a/src/gpu/GrTessellatingPathRenderer.cpp b/src/gpu/GrTessellatingPathRenderer.cpp index 30be341..c2a9900 100644 --- a/src/gpu/GrTessellatingPathRenderer.cpp +++ b/src/gpu/GrTessellatingPathRenderer.cpp
@@ -17,7 +17,7 @@ #include "SkChunkAlloc.h" #include "SkGeometry.h" -#include "batches/GrBatch.h" +#include "batches/GrVertexBatch.h" #include <stdio.h>