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

Unified Diff: gm/dcshader.cpp

Issue 1109863004: Use GLSLCaps for creating processor keys and GLSL-specific programs (Closed) Base URL: https://chromium.googlesource.com/skia@master
Patch Set: Created 5 years, 8 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/SkTableColorFilter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/dcshader.cpp
diff --git a/gm/dcshader.cpp b/gm/dcshader.cpp
index bbe035ad414783fd242e9228508c7b528c7c962f..ead779db4e9cc11444a8419862e37254ad96c919 100644
--- a/gm/dcshader.cpp
+++ b/gm/dcshader.cpp
@@ -60,7 +60,7 @@ public:
this->initClassID<DCFP>();
}
- void getGLProcessorKey(const GrGLCaps& caps,
+ void getGLProcessorKey(const GrGLSLCaps& caps,
GrProcessorKeyBuilder* b) const override {}
GrGLFragmentProcessor* createGLInstance() const override {
« no previous file with comments | « no previous file | include/effects/SkTableColorFilter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698