Index: src/gpu/GrTargetCommands.cpp |
diff --git a/src/gpu/GrTargetCommands.cpp b/src/gpu/GrTargetCommands.cpp |
index 713514fab89f3c55e80184d6da6ec9d626a209e2..3067940c3f8976a7085af6052c0fc308021148dc 100644 |
--- a/src/gpu/GrTargetCommands.cpp |
+++ b/src/gpu/GrTargetCommands.cpp |
@@ -9,12 +9,15 @@ |
#include "GrBufferedDrawTarget.h" |
+GrBATCH_SPEW(int32_t GrTargetCommands::Cmd::gUniqueID = 0;) |
+ |
void GrTargetCommands::reset() { |
fCmdBuffer.reset(); |
fBatchTarget.reset(); |
} |
void GrTargetCommands::flush(GrBufferedDrawTarget* bufferedDrawTarget) { |
+ GrBATCH_INFO("Flushing\n"); |
if (fCmdBuffer.empty()) { |
return; |
} |