Index: tools/gpu/GrTest.cpp |
diff --git a/tools/gpu/GrTest.cpp b/tools/gpu/GrTest.cpp |
index aa36885391fb6e3cf9374d21a0df530488b1fc29..33d88446f21d69b70f929f596125fdf6729b1a1c 100644 |
--- a/tools/gpu/GrTest.cpp |
+++ b/tools/gpu/GrTest.cpp |
@@ -342,6 +342,8 @@ private: |
return nullptr; |
} |
+ gr_instanced::InstancedRendering* onCreateInstancedRendering() override { return nullptr; } |
+ |
bool onReadPixels(GrSurface* surface, |
int left, int top, int width, int height, |
GrPixelConfig, |