aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrDrawContext.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/GrDrawContext.cpp
parent31ff762dc8bfcd86eb4af92b18fdad36913a04e5 (diff)
Make folder for batches
Diffstat (limited to 'src/gpu/GrDrawContext.cpp')
-rw-r--r--src/gpu/GrDrawContext.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gpu/GrDrawContext.cpp b/src/gpu/GrDrawContext.cpp
index c3d2548d18..48ff636623 100644
--- a/src/gpu/GrDrawContext.cpp
+++ b/src/gpu/GrDrawContext.cpp
@@ -8,7 +8,6 @@
#include "GrAARectRenderer.h"
#include "GrAtlasTextContext.h"
-#include "GrBatch.h"
#include "GrBatchTest.h"
#include "GrColor.h"
#include "GrDefaultGeoProcFactory.h"
@@ -17,9 +16,11 @@
#include "GrPathRenderer.h"
#include "GrRenderTarget.h"
#include "GrRenderTargetPriv.h"
-#include "GrStrokeRectBatch.h"
#include "GrStencilAndCoverTextContext.h"
+#include "batches/GrBatch.h"
+#include "batches/GrStrokeRectBatch.h"
+
#include "SkGr.h"
#include "SkRSXform.h"