aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrDrawTarget.cpp
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2015-08-13 14:55:50 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-08-13 14:55:50 -0700
commit16b991390bb988b194a868ab8de66db4c21c7c13 (patch)
tree113ed198661b9ee00e0cb47a7edeaadc63f2323f /src/gpu/GrDrawTarget.cpp
parent8f4fe37b1cb7c98577d76e7004f35929664e251e (diff)
Split GrDrawBatch and GrVertexBatch into their own files
TBR=joshualitt@google.com Review URL: https://codereview.chromium.org/1296483002
Diffstat (limited to 'src/gpu/GrDrawTarget.cpp')
-rw-r--r--src/gpu/GrDrawTarget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrDrawTarget.cpp b/src/gpu/GrDrawTarget.cpp
index 985254e668..0184890cf2 100644
--- a/src/gpu/GrDrawTarget.cpp
+++ b/src/gpu/GrDrawTarget.cpp
@@ -20,7 +20,7 @@
#include "GrTexture.h"
#include "GrVertexBuffer.h"
-#include "batches/GrBatch.h"
+#include "batches/GrDrawBatch.h"
#include "batches/GrRectBatchFactory.h"
#include "SkStrokeRec.h"