blob: b7417e519d71453400427fff225c30ae800e9b36 [file] [log] [blame]
/*
* Copyright 2016 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef GrRegionBatch_DEFINED
#define GrRegionBatch_DEFINED
#include "GrColor.h"
class GrDrawOp;
class SkMatrix;
class SkRegion;
namespace GrRegionBatch {
GrDrawOp* Create(GrColor color, const SkMatrix& viewMatrix, const SkRegion& region);
};
#endif