aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/convexpolyeffect.cpp
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2015-05-07 09:51:43 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-05-07 09:51:43 -0700
commite40d39725908d99d255496025411e5c9ca32663e (patch)
treeaf07d303a6b64b3da185829c7ef6895cdbf83464 /gm/convexpolyeffect.cpp
parent0acd0d33fd69b6603fa22f88fa45c96aa0907d4d (diff)
Isolate GrBufferAllocPools inside GrBatchTarget
This CL refactors the location of the GrBufferAllocPools so they reside entirely inside the GrBatchTarget. This is in preparation for making them use scratch resources. Review URL: https://codereview.chromium.org/1131553002
Diffstat (limited to 'gm/convexpolyeffect.cpp')
-rw-r--r--gm/convexpolyeffect.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/gm/convexpolyeffect.cpp b/gm/convexpolyeffect.cpp
index cd9b3d10e5..f8f5210ac2 100644
--- a/gm/convexpolyeffect.cpp
+++ b/gm/convexpolyeffect.cpp
@@ -13,7 +13,6 @@
#if SK_SUPPORT_GPU
#include "GrBatchTarget.h"
-#include "GrBufferAllocPool.h"
#include "GrContext.h"
#include "GrDefaultGeoProcFactory.h"
#include "GrPathUtils.h"