Index: src/gpu/batches/GrBWFillRectBatch.h |
diff --git a/src/gpu/batches/GrBWFillRectBatch.h b/src/gpu/batches/GrBWFillRectBatch.h |
deleted file mode 100644 |
index 47a3bba9ff7102b10e0885d48b0f26f569a212ec..0000000000000000000000000000000000000000 |
--- a/src/gpu/batches/GrBWFillRectBatch.h |
+++ /dev/null |
@@ -1,25 +0,0 @@ |
-/* |
- * Copyright 2015 Google Inc. |
- * |
- * Use of this source code is governed by a BSD-style license that can be |
- * found in the LICENSE file. |
- */ |
- |
-#ifndef GrBWFillRectBatch_DEFINED |
-#define GrBWFillRectBatch_DEFINED |
- |
-#include "GrColor.h" |
- |
-class GrDrawBatch; |
-class SkMatrix; |
-struct SkRect; |
- |
-namespace GrBWFillRectBatch { |
-GrDrawBatch* Create(GrColor color, |
- const SkMatrix& viewMatrix, |
- const SkRect& rect, |
- const SkRect* localRect, |
- const SkMatrix* localMatrix); |
-}; |
- |
-#endif |