| Index: src/gpu/GrGpu.h
|
| diff --git a/src/gpu/GrGpu.h b/src/gpu/GrGpu.h
|
| index 27a97e3ea9151e169c7aa6278a21894746f18d2d..ce46142896e15ea9b5f9dd4671bb64d58d7bae32 100644
|
| --- a/src/gpu/GrGpu.h
|
| +++ b/src/gpu/GrGpu.h
|
| @@ -349,8 +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();
|
| + // Called by drawtarget when flushing.
|
| + // Provides a hook for post-flush actions (e.g. PLS reset and Vulkan command buffer submits).
|
| + virtual void finishDrawTarget() {}
|
|
|
| ///////////////////////////////////////////////////////////////////////////
|
| // Debugging and Stats
|
|
|