Index: src/gpu/gl/GrGLPathRange.h |
diff --git a/src/gpu/gl/GrGLPathRange.h b/src/gpu/gl/GrGLPathRange.h |
index c9d4845c449e685cb66fcedd0780753adc351e52..048c7a1165266468774a62e04b0fac546bd4c4da 100644 |
--- a/src/gpu/gl/GrGLPathRange.h |
+++ b/src/gpu/gl/GrGLPathRange.h |
@@ -23,6 +23,8 @@ class GrGLGpu; |
class GrGLPathRange : public GrPathRange { |
public: |
+ GrRenderTarget* arrgh() override { return NULL; } |
+ |
/** |
* Initialize a GL path range from a PathGenerator. This class will allocate |
* the GPU path objects and initialize them lazily. |