Index: src/gpu/GrGpu.h |
diff --git a/src/gpu/GrGpu.h b/src/gpu/GrGpu.h |
index e744ec897a83fc783603a73fdcf65c2acaca34b7..c87eabc677ba1baa5ce6575cb979ab95f837d800 100644 |
--- a/src/gpu/GrGpu.h |
+++ b/src/gpu/GrGpu.h |
@@ -345,6 +345,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 |