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/effects/GrDashingEffect.cpp b/src/gpu/effects/GrDashingEffect.cpp index b6dbbd6..0a9be3c 100644 --- a/src/gpu/effects/GrDashingEffect.cpp +++ b/src/gpu/effects/GrDashingEffect.cpp
@@ -19,6 +19,7 @@ #include "GrInvariantOutput.h" #include "GrProcessor.h" #include "GrStrokeInfo.h" +#include "GrVertexBuffer.h" #include "SkGr.h" #include "gl/GrGLGeometryProcessor.h" #include "gl/GrGLProcessor.h"