Chromium Code Reviews| Index: src/gpu/gl/GrGLGpu.h |
| diff --git a/src/gpu/gl/GrGLGpu.h b/src/gpu/gl/GrGLGpu.h |
| index ce2f95ef30e371ed9367426c9884791214fe63a8..5fa5f5061722ca1ab9e36c6b49649b0c7428bdd0 100644 |
| --- a/src/gpu/gl/GrGLGpu.h |
| +++ b/src/gpu/gl/GrGLGpu.h |
| @@ -134,7 +134,7 @@ public: |
| void drawDebugWireRect(GrRenderTarget*, const SkIRect&, GrColor) override; |
| - void performFlushWorkaround() override; |
| + void finishDrawTarget() override; |
| private: |
| GrGLGpu(GrGLContext* ctx, GrContext* context); |