Index: include/gpu/GrContext.h |
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h |
index af44aa7c510087e39c9989b983d3b657dc1f4aca..bdea2f94ce4c5e545a0e8d84228e4d950dd22c73 100644 |
--- a/include/gpu/GrContext.h |
+++ b/include/gpu/GrContext.h |
@@ -1040,12 +1040,12 @@ private: |
* of effects that make a readToUPM->writeToPM->readToUPM cycle invariant. Otherwise, they |
* return NULL. |
*/ |
- const GrEffectRef* createPMToUPMEffect(GrTexture* texture, |
- bool swapRAndB, |
- const SkMatrix& matrix); |
- const GrEffectRef* createUPMToPMEffect(GrTexture* texture, |
- bool swapRAndB, |
- const SkMatrix& matrix); |
+ const GrEffect* createPMToUPMEffect(GrTexture* texture, |
+ bool swapRAndB, |
+ const SkMatrix& matrix); |
+ const GrEffect* createUPMToPMEffect(GrTexture* texture, |
+ bool swapRAndB, |
+ const SkMatrix& matrix); |
/** |
* This callback allows the resource cache to callback into the GrContext |