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

Unified Diff: include/core/SkColorFilter.h

Issue 1213613016: More threading of GrShaderDataManager (Closed) Base URL: https://skia.googlesource.com/skia.git@GrShaderDataManager
Patch Set: build issue 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 | « no previous file | include/effects/SkColorCubeFilter.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 5ba1a8fa44ff4a9643c1e6f8ac9fb11f8951593f..c4109dcdd12dfcd060171d597d95b9788b8bfebb 100644
--- a/include/core/SkColorFilter.h
+++ b/include/core/SkColorFilter.h
@@ -16,6 +16,7 @@
class SkBitmap;
class GrProcessor;
class GrContext;
+class GrShaderDataManager;
/**
* ColorFilters are optional objects in the drawing pipeline. When present in
@@ -134,7 +135,8 @@ public:
*
* If the subclass returns false, then it should not modify the array at all.
*/
- virtual bool asFragmentProcessors(GrContext*, SkTDArray<GrFragmentProcessor*>*) const {
+ virtual bool asFragmentProcessors(GrContext*, GrShaderDataManager*,
+ SkTDArray<GrFragmentProcessor*>*) const {
return false;
}
« no previous file with comments | « no previous file | include/effects/SkColorCubeFilter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698