| Index: src/gpu/GrDrawTarget.h
|
| diff --git a/src/gpu/GrDrawTarget.h b/src/gpu/GrDrawTarget.h
|
| index 0e211ba85d44ecca6170f02f130222f19a7dfa39..6628e372283a1ed1031903081e3e0d69228e34f9 100644
|
| --- a/src/gpu/GrDrawTarget.h
|
| +++ b/src/gpu/GrDrawTarget.h
|
| @@ -661,7 +661,6 @@ protected:
|
| // but couldn't be made. Otherwise, returns true. This method needs to be protected because it
|
| // needs to be accessed by GLPrograms to setup a correct drawstate
|
| bool setupDstReadIfNecessary(GrDrawState*,
|
| - const GrPrimitiveProcessor*,
|
| GrDeviceCoordTexture* dstCopy,
|
| const SkRect* drawBounds);
|
|
|
|
|