Index: include/gpu/GrDrawContext.h |
diff --git a/include/gpu/GrDrawContext.h b/include/gpu/GrDrawContext.h |
index 24e38b84946dbcb1447f004ece5d6305527f9e38..4c884154e3b0651c6c96fcd35482c8944a8ba688 100644 |
--- a/include/gpu/GrDrawContext.h |
+++ b/include/gpu/GrDrawContext.h |
@@ -47,7 +47,7 @@ class SK_API GrDrawContext : public SkRefCnt { |
public: |
~GrDrawContext() override; |
- void copySurface(GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint); |
+ bool copySurface(GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint); |
// TODO: it is odd that we need both the SkPaint in the following 3 methods. |
// We should extract the text parameters from SkPaint and pass them separately |