aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gpu
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gpu')
-rw-r--r--tools/gpu/GrTest.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/gpu/GrTest.cpp b/tools/gpu/GrTest.cpp
index b99cf06d60..2e17902519 100644
--- a/tools/gpu/GrTest.cpp
+++ b/tools/gpu/GrTest.cpp
@@ -318,6 +318,10 @@ public:
void drawDebugWireRect(GrRenderTarget*, const SkIRect&, GrColor) override {}
+ GrFence SK_WARN_UNUSED_RESULT insertFence() const override { return 0; }
+ bool waitFence(GrFence, uint64_t) const override { return true; }
+ void deleteFence(GrFence) const override {}
+
private:
void onResetContext(uint32_t resetBits) override {}