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/SkColorFilter.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 | « gyp/gpu.gypi ('k') | include/core/SkImageFilter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkColorFilter.h
diff --git a/include/core/SkColorFilter.h b/include/core/SkColorFilter.h
index c4109dcdd12dfcd060171d597d95b9788b8bfebb..729eb4603d0b942ae4fa150f262676b06f77a660 100644
--- a/include/core/SkColorFilter.h
+++ b/include/core/SkColorFilter.h
@@ -16,7 +16,7 @@
class SkBitmap;
class GrProcessor;
class GrContext;
-class GrShaderDataManager;
+class GrProcessorDataManager;
/**
* ColorFilters are optional objects in the drawing pipeline. When present in
@@ -135,7 +135,7 @@ public:
*
* If the subclass returns false, then it should not modify the array at all.
*/
- virtual bool asFragmentProcessors(GrContext*, GrShaderDataManager*,
+ virtual bool asFragmentProcessors(GrContext*, GrProcessorDataManager*,
SkTDArray<GrFragmentProcessor*>*) const {
return false;
}
« no previous file with comments | « gyp/gpu.gypi ('k') | include/core/SkImageFilter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698