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. |