Index: src/core/SkGpuBlurUtils.h |
diff --git a/src/core/SkGpuBlurUtils.h b/src/core/SkGpuBlurUtils.h |
index 7849e8c651229d88b7a36920f371a47fc997cae9..267d31a6c85a3b35e76bd22982adc87dbaa23ddb 100644 |
--- a/src/core/SkGpuBlurUtils.h |
+++ b/src/core/SkGpuBlurUtils.h |
@@ -12,7 +12,7 @@ |
#include "GrRenderTargetContext.h" |
class GrContext; |
-class GrTexture; |
+class GrTextureProxy; |
struct SkRect; |
@@ -34,7 +34,7 @@ namespace SkGpuBlurUtils { |
* @return The renderTargetContext containing the blurred result. |
*/ |
sk_sp<GrRenderTargetContext> GaussianBlur(GrContext* context, |
- GrTexture* srcTexture, |
+ GrTextureProxy* srcTexture, |
sk_sp<SkColorSpace> colorSpace, |
const SkIRect& dstBounds, |
const SkIRect* srcBounds, |