aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/ops/GrRegionOp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/ops/GrRegionOp.h')
-rw-r--r--src/gpu/ops/GrRegionOp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/ops/GrRegionOp.h b/src/gpu/ops/GrRegionOp.h
index 24230604ba..e4b8f3e4fd 100644
--- a/src/gpu/ops/GrRegionOp.h
+++ b/src/gpu/ops/GrRegionOp.h
@@ -16,7 +16,7 @@ class SkMatrix;
class SkRegion;
namespace GrRegionOp {
-sk_sp<GrDrawOp> Make(GrColor color, const SkMatrix& viewMatrix, const SkRegion& region);
+std::unique_ptr<GrDrawOp> Make(GrColor color, const SkMatrix& viewMatrix, const SkRegion& region);
}
#endif