Index: src/gpu/GrBatch.cpp |
diff --git a/src/gpu/GrBatch.cpp b/src/gpu/GrBatch.cpp |
new file mode 100644 |
index 0000000000000000000000000000000000000000..2d892bdd6ed226bcca59cbea99a16c84fef01dec |
--- /dev/null |
+++ b/src/gpu/GrBatch.cpp |
@@ -0,0 +1,5 @@ |
+#include "GrBatch.h" |
+ |
+#include "GrMemoryPool.h" |
+#include "SkTLS.h" |
+ |