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

Unified Diff: include/core/SkShader.h

Issue 1228683002: rename GrShaderDataManager -> GrProcessorDataManager (Closed) Base URL: https://skia.googlesource.com/skia.git@grfixuptests
Patch Set: rebase onto origin/master Created 5 years, 5 months 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 | « include/core/SkImageFilter.h ('k') | include/core/SkXfermode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkShader.h
diff --git a/include/core/SkShader.h b/include/core/SkShader.h
index 315d7a5680e3f41acf4d527e83cabcdc91eb8fd3..fae3ba35b5bce7773812c4792a768ccfbf6cb222 100644
--- a/include/core/SkShader.h
+++ b/include/core/SkShader.h
@@ -20,7 +20,7 @@ class SkPicture;
class SkXfermode;
class GrContext;
class GrFragmentProcessor;
-class GrShaderDataManager;
+class GrProcessorDataManager;
/** \class SkShader
*
@@ -365,7 +365,7 @@ public:
*/
virtual bool asFragmentProcessor(GrContext*, const SkPaint&, const SkMatrix& viewM,
const SkMatrix* localMatrix, GrColor*,
- GrShaderDataManager*, GrFragmentProcessor**) const;
+ GrProcessorDataManager*, GrFragmentProcessor**) const;
/**
* If the shader can represent its "average" luminance in a single color, return true and
« no previous file with comments | « include/core/SkImageFilter.h ('k') | include/core/SkXfermode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698