| Index: src/gpu/gl/GrGpuGL.h
|
| ===================================================================
|
| --- src/gpu/gl/GrGpuGL.h (revision 8448)
|
| +++ src/gpu/gl/GrGpuGL.h (working copy)
|
| @@ -135,7 +135,7 @@
|
| virtual void clearStencil() SK_OVERRIDE;
|
| virtual void clearStencilClip(const GrIRect& rect,
|
| bool insideClip) SK_OVERRIDE;
|
| - virtual bool flushGraphicsState(DrawType) SK_OVERRIDE;
|
| + virtual bool flushGraphicsState(DrawType, const GrDeviceCoordTexture* dstCopy) SK_OVERRIDE;
|
|
|
| // binds texture unit in GL
|
| void setTextureUnit(int unitIdx);
|
|
|