Index: src/gpu/gl/GrGpuGL.h |
diff --git a/src/gpu/gl/GrGpuGL.h b/src/gpu/gl/GrGpuGL.h |
index 4224ba64fdd3f7279c73ece0cbfdc388e5c2bb76..8a609884e155014c53e2358da12d1d48e9e70647 100644 |
--- a/src/gpu/gl/GrGpuGL.h |
+++ b/src/gpu/gl/GrGpuGL.h |
@@ -155,7 +155,7 @@ private: |
virtual void clearStencil(GrRenderTarget*) SK_OVERRIDE; |
- virtual bool flushGraphicsState(const GrOptDrawState&, DrawType) SK_OVERRIDE; |
+ virtual bool flushGraphicsState(const GrOptDrawState&) SK_OVERRIDE; |
// GrDrawTarget overrides |
virtual void didAddGpuTraceMarker() SK_OVERRIDE; |
@@ -188,7 +188,7 @@ private: |
~ProgramCache(); |
void abandon(); |
- GrGLProgram* getProgram(const GrOptDrawState&, DrawType); |
+ GrGLProgram* getProgram(const GrOptDrawState&); |
private: |
enum { |
@@ -248,7 +248,7 @@ private: |
void flushRenderTarget(GrGLRenderTarget*, const SkIRect* bounds); |
void flushStencil(const GrStencilSettings&, DrawType); |
- void flushAAState(const GrOptDrawState&, DrawType); |
+ void flushAAState(const GrOptDrawState&); |
bool configToGLFormats(GrPixelConfig config, |
bool getSizedInternal, |