Chromium Code Reviews| Index: src/gpu/GrGpu.h |
| diff --git a/src/gpu/GrGpu.h b/src/gpu/GrGpu.h |
| index bfcaeae88958709bc9daa65b0d1d7c579918f391..21403495e04c68610e7e91b7f91145c6f40e6ddb 100644 |
| --- a/src/gpu/GrGpu.h |
| +++ b/src/gpu/GrGpu.h |
| @@ -349,6 +349,9 @@ public: |
| void draw(const DrawArgs&, const GrVertices&); |
| + // Called by drawtarget when flushing. Provides a hook for working around an ARM PLS driver bug. |
| + virtual void performFlushWorkaround(); |
| + |
| /////////////////////////////////////////////////////////////////////////// |
| // Debugging and Stats |