| Index: src/gpu/gl/GrGLGpu.h
|
| diff --git a/src/gpu/gl/GrGLGpu.h b/src/gpu/gl/GrGLGpu.h
|
| index 532a864f0712a70a2a73065c062ea4698cee3aed..cdd8a38c6602eb4208f5996f80f89506d76acff2 100644
|
| --- a/src/gpu/gl/GrGLGpu.h
|
| +++ b/src/gpu/gl/GrGLGpu.h
|
| @@ -26,6 +26,7 @@
|
|
|
| class GrPipeline;
|
| class GrNonInstancedVertices;
|
| +class GrSwizzle;
|
|
|
| #ifdef SK_DEVELOPER
|
| #define PROGRAM_CACHE_STATS
|
| @@ -199,8 +200,7 @@ private:
|
| const GrNonInstancedVertices& vertices,
|
| size_t* indexOffsetInBytes);
|
|
|
| - // Subclasses should call this to flush the blend state.
|
| - void flushBlend(const GrXferProcessor::BlendInfo& blendInfo);
|
| + void flushBlend(const GrXferProcessor::BlendInfo& blendInfo, const GrSwizzle&);
|
|
|
| bool hasExtension(const char* ext) const { return fGLContext->hasExtension(ext); }
|
|
|
|
|