| Index: src/gpu/gl/GrGLGpu.h
|
| diff --git a/src/gpu/gl/GrGLGpu.h b/src/gpu/gl/GrGLGpu.h
|
| index 4409b0c8fc9d46106e3642d0587a7b87874c34dd..3323ece07960c14179ac165fdc0e1b90b68668a9 100644
|
| --- a/src/gpu/gl/GrGLGpu.h
|
| +++ b/src/gpu/gl/GrGLGpu.h
|
| @@ -106,7 +106,7 @@ public:
|
| const SkIRect& srcRect,
|
| const SkIPoint& dstPoint) override;
|
|
|
| - void xferBarrier(GrXferBarrierType) override;
|
| + void xferBarrier(GrRenderTarget*, GrXferBarrierType) override;
|
|
|
| void buildProgramDesc(GrProgramDesc*,
|
| const GrPrimitiveProcessor&,
|
|
|