Index: src/gpu/GrImmediateDrawTarget.h |
diff --git a/src/gpu/GrImmediateDrawTarget.h b/src/gpu/GrImmediateDrawTarget.h |
index e7ec287c4c78e04d643193183cb20ac35d0bfc9f..cb2c24322580bfe62794288b64ac488a72d2b8c4 100644 |
--- a/src/gpu/GrImmediateDrawTarget.h |
+++ b/src/gpu/GrImmediateDrawTarget.h |
@@ -10,7 +10,7 @@ |
#include "GrDrawTarget.h" |
-#include "GrBatchTarget.h" |
+#include "GrBatchFlushState.h" |
/** |
* A debug GrDrawTarget which immediately flushes every command it receives |
@@ -72,7 +72,6 @@ private: |
bool isIssued(uint32_t drawID) override { return drawID != fDrawID; } |
- GrBatchTarget fBatchTarget; |
uint32_t fDrawID; |
typedef GrClipTarget INHERITED; |