Index: src/gpu/GrPrimitiveProcessor.h |
diff --git a/src/gpu/GrPrimitiveProcessor.h b/src/gpu/GrPrimitiveProcessor.h |
index 45668e9be68ea4ac48d1d7da49246569defaca16..ea1237b9a2ac569f49bf8f69a286c47e1bd946ff 100644 |
--- a/src/gpu/GrPrimitiveProcessor.h |
+++ b/src/gpu/GrPrimitiveProcessor.h |
@@ -68,6 +68,7 @@ private: |
class GrIndexBufferAllocPool; |
class GrGLCaps; |
+typedef GrGLCaps GrGLSLCaps; |
class GrGLPrimitiveProcessor; |
class GrVertexBufferAllocPool; |
@@ -163,7 +164,7 @@ public: |
* processor's GL backend implementation. |
*/ |
virtual void getGLProcessorKey(const GrBatchTracker& bt, |
- const GrGLCaps& caps, |
+ const GrGLSLCaps& caps, |
GrProcessorKeyBuilder* b) const = 0; |
@@ -171,7 +172,7 @@ public: |
for the given GrProcessor; caller is responsible for deleting |
the object. */ |
virtual GrGLPrimitiveProcessor* createGLInstance(const GrBatchTracker& bt, |
- const GrGLCaps& caps) const = 0; |
+ const GrGLSLCaps& caps) const = 0; |
bool isPathRendering() const { return fIsPathRendering; } |