aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrDrawTarget.cpp
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-08-07 11:42:16 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-08-07 11:42:17 -0700
commit74417824cd988f7d6114858e09720ba00416ce11 (patch)
treeefb6099a275094d20deba08d5df795c29674609f /src/gpu/GrDrawTarget.cpp
parent31ff762dc8bfcd86eb4af92b18fdad36913a04e5 (diff)
Make folder for batches
Diffstat (limited to 'src/gpu/GrDrawTarget.cpp')
-rw-r--r--src/gpu/GrDrawTarget.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gpu/GrDrawTarget.cpp b/src/gpu/GrDrawTarget.cpp
index 9469b3a0fa..ca2d2d9005 100644
--- a/src/gpu/GrDrawTarget.cpp
+++ b/src/gpu/GrDrawTarget.cpp
@@ -9,13 +9,11 @@
#include "GrDrawTarget.h"
#include "GrAARectRenderer.h"
-#include "GrBatch.h"
#include "GrCaps.h"
#include "GrGpu.h"
#include "GrPath.h"
#include "GrPipeline.h"
#include "GrMemoryPool.h"
-#include "GrRectBatch.h"
#include "GrRenderTarget.h"
#include "GrResourceProvider.h"
#include "GrRenderTargetPriv.h"
@@ -23,6 +21,9 @@
#include "GrTexture.h"
#include "GrVertexBuffer.h"
+#include "batches/GrBatch.h"
+#include "batches/GrRectBatch.h"
+
#include "SkStrokeRec.h"
////////////////////////////////////////////////////////////////////////////////