aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/batches/GrNonAAStrokeRectBatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/batches/GrNonAAStrokeRectBatch.h')
-rw-r--r--src/gpu/batches/GrNonAAStrokeRectBatch.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/gpu/batches/GrNonAAStrokeRectBatch.h b/src/gpu/batches/GrNonAAStrokeRectBatch.h
deleted file mode 100644
index b05e530397..0000000000
--- a/src/gpu/batches/GrNonAAStrokeRectBatch.h
+++ /dev/null
@@ -1,30 +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 GrNonAAStrokeRectBatch_DEFINED
-#define GrNonAAStrokeRectBatch_DEFINED
-
-#include "GrColor.h"
-
-#include "SkTypes.h"
-
-class GrDrawOp;
-struct SkRect;
-class SkStrokeRec;
-class SkMatrix;
-
-namespace GrNonAAStrokeRectBatch {
-
-GrDrawOp* Create(GrColor color,
- const SkMatrix& viewMatrix,
- const SkRect& rect,
- const SkStrokeRec&,
- bool snapToPixelCenters);
-
-}
-
-#endif