Index: src/gpu/GrGpu.h |
diff --git a/src/gpu/GrGpu.h b/src/gpu/GrGpu.h |
index a5ce16c7721beab428691cdb47f1d0f436c2b1f7..1566872ac4d670bc6d42e45966b84d84a348417e 100644 |
--- a/src/gpu/GrGpu.h |
+++ b/src/gpu/GrGpu.h |
@@ -349,9 +349,6 @@ 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 |