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/GrTessellatingPathRenderer.cpp b/src/gpu/GrTessellatingPathRenderer.cpp index cc6e2a2..e00792e 100644 --- a/src/gpu/GrTessellatingPathRenderer.cpp +++ b/src/gpu/GrTessellatingPathRenderer.cpp
@@ -11,6 +11,7 @@ #include "GrBatchTarget.h" #include "GrDefaultGeoProcFactory.h" #include "GrPathUtils.h" +#include "GrVertexBuffer.h" #include "SkChunkAlloc.h" #include "SkGeometry.h"