Index: src/gpu/GrTargetCommands.h |
diff --git a/src/gpu/GrTargetCommands.h b/src/gpu/GrTargetCommands.h |
index 696fcec5bb2185ea2ddb510962032601a3569df7..4b3dd574e3a537c05b0aaaee4ef33caf5100000e 100644 |
--- a/src/gpu/GrTargetCommands.h |
+++ b/src/gpu/GrTargetCommands.h |
@@ -18,15 +18,6 @@ |
#include "GrTRecorder.h" |
#include "SkRect.h" |
#include "SkTypes.h" |
- |
-// This is just to get a flag |
-// TODO remove this when batch is everywhere |
-#include "GrTextContext.h" |
-#ifdef USE_BITMAP_TEXTBLOBS |
-#define CLOSE_BATCH |
-#else |
-#define CLOSE_BATCH this->closeBatch(); |
-#endif |
class GrInOrderDrawBuffer; |
class GrVertexBufferAllocPool; |