aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/mock/GrMockGpuCommandBuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/mock/GrMockGpuCommandBuffer.h')
-rw-r--r--src/gpu/mock/GrMockGpuCommandBuffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpu/mock/GrMockGpuCommandBuffer.h b/src/gpu/mock/GrMockGpuCommandBuffer.h
index 0213cb9c14..d2f6baf400 100644
--- a/src/gpu/mock/GrMockGpuCommandBuffer.h
+++ b/src/gpu/mock/GrMockGpuCommandBuffer.h
@@ -20,6 +20,7 @@ public:
GrRenderTargetProxy*) override {}
void discard(GrRenderTargetProxy*) override {}
void insertEventMarker(GrRenderTargetProxy*, const char*) override {}
+ void begin() override {}
void end() override {}
int numDraws() const { return fNumDraws; }