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

Unified Diff: include/gpu/GrXferProcessor.h

Issue 1440073002: Move XferProcessors to glsl (Closed) Base URL: https://skia.googlesource.com/skia.git@fragProcs
Patch Set: Created 5 years, 1 month 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') | src/effects/SkArithmeticMode_gpu.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/gpu/GrXferProcessor.h
diff --git a/include/gpu/GrXferProcessor.h b/include/gpu/GrXferProcessor.h
index fdb27a9a7e26810ebfe49b3e3e140f833421c9f8..21b89c53ad8bb49b38f1cc8591d78842f81f144e 100644
--- a/include/gpu/GrXferProcessor.h
+++ b/include/gpu/GrXferProcessor.h
@@ -17,7 +17,7 @@
class GrShaderCaps;
class GrGLSLCaps;
-class GrGLXferProcessor;
+class GrGLSLXferProcessor;
class GrProcOptInfo;
/**
@@ -100,7 +100,7 @@ public:
/** Returns a new instance of the appropriate *GL* implementation class
for the given GrXferProcessor; caller is responsible for deleting
the object. */
- virtual GrGLXferProcessor* createGLInstance() const = 0;
+ virtual GrGLSLXferProcessor* createGLInstance() const = 0;
/**
* Optimizations for blending / coverage that an OptDrawState should apply to itself.
« no previous file with comments | « gyp/gpu.gypi ('k') | src/effects/SkArithmeticMode_gpu.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698