Chromium Code Reviews| Index: src/gpu/gl/GrGLGpu.h |
| diff --git a/src/gpu/gl/GrGLGpu.h b/src/gpu/gl/GrGLGpu.h |
| index a8d8c2e71d260d3000e7c91d9a7c13224792f762..0ba372ccef9299320dda10b678a0bc236635525d 100644 |
| --- a/src/gpu/gl/GrGLGpu.h |
| +++ b/src/gpu/gl/GrGLGpu.h |
| @@ -105,6 +105,8 @@ public: |
| const SkIRect& srcRect, |
| const SkIPoint& dstPoint) override; |
| + void xferBarrier(GrXferBarrierType) override; |
| + |
| void buildProgramDesc(GrProgramDesc*, |
| const GrPrimitiveProcessor&, |
| const GrPipeline&, |