Chromium Code Reviews| Index: src/gpu/GrTest.cpp |
| diff --git a/src/gpu/GrTest.cpp b/src/gpu/GrTest.cpp |
| index 1017273031320df20e6b25b9955b016355ead911..0b3d030cdb61244d061c6da745b01a9295f74e1e 100644 |
| --- a/src/gpu/GrTest.cpp |
| +++ b/src/gpu/GrTest.cpp |
| @@ -169,7 +169,7 @@ public: |
| return false; |
| } |
| - void xferBarrier(GrXferBarrierType) override {} |
| + void xferBarrier(GrRenderTarget*, GrXferBarrierType) override {} |
| private: |
| void onResetContext(uint32_t resetBits) override {} |