Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: include/core/SkMaskFilter.h

Issue 2215323003: Start using RenderTargetProxy (omnibus) (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: update Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gm/texturedomaineffect.cpp ('k') | include/gpu/GrPaint.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkMaskFilter.h
diff --git a/include/core/SkMaskFilter.h b/include/core/SkMaskFilter.h
index 34989354cda42ae5af66b7ca0d5b7dd3b614ee62..a53bc6ce1b84678fb10f8dffcafbd0fd57543033 100644
--- a/include/core/SkMaskFilter.h
+++ b/include/core/SkMaskFilter.h
@@ -22,6 +22,7 @@ class GrRenderTargetContext;
class GrPaint;
class GrRenderTarget;
class GrTextureProvider;
+class GrTextureProxy;
class SkBitmap;
class SkBlitter;
class SkCachedData;
@@ -139,10 +140,10 @@ public:
* Implementations are free to get the GrContext from the src texture in order to create
* additional textures and perform multiple passes.
*/
- virtual bool filterMaskGPU(GrTexture* src,
+ virtual bool filterMaskGPU(GrTextureProxy* src,
const SkMatrix& ctm,
const SkIRect& maskRect,
- GrTexture** result) const;
+ GrTextureProxy** result) const;
#endif
/**
« no previous file with comments | « gm/texturedomaineffect.cpp ('k') | include/gpu/GrPaint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698