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

Unified Diff: include/gpu/GrPaint.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/effects/SkPerlinNoiseShader.h ('k') | include/gpu/GrProcessorDataManager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/gpu/GrPaint.h
diff --git a/include/gpu/GrPaint.h b/include/gpu/GrPaint.h
index d1c2775f1fc66e2a9820236a0fe478c7c8ea5d14..c00e148397cff8fea046d1af3c4fce8b5bd89efd 100644
--- a/include/gpu/GrPaint.h
+++ b/include/gpu/GrPaint.h
@@ -12,7 +12,7 @@
#include "GrColor.h"
#include "GrFragmentStage.h"
-#include "GrShaderDataManager.h"
+#include "GrProcessorDataManager.h"
#include "GrXferProcessor.h"
#include "effects/GrPorterDuffXferProcessor.h"
@@ -137,7 +137,7 @@ public:
*/
bool isConstantBlendedColor(GrColor* constantColor) const;
- GrShaderDataManager* getShaderDataManager() { return &fShaderDataManager; }
+ GrProcessorDataManager* getProcessorDataManager() { return &fProcDataManager; }
private:
mutable SkAutoTUnref<const GrXPFactory> fXPFactory;
@@ -148,7 +148,7 @@ private:
bool fDither;
GrColor fColor;
- GrShaderDataManager fShaderDataManager;
+ GrProcessorDataManager fProcDataManager;
};
#endif
« no previous file with comments | « include/effects/SkPerlinNoiseShader.h ('k') | include/gpu/GrProcessorDataManager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698