Index: src/gpu/gl/GrGLTexture.h |
diff --git a/src/gpu/gl/GrGLTexture.h b/src/gpu/gl/GrGLTexture.h |
index 8366a8dab06c9b4e58eef0d73f9c3e3ba9f71b54..12e78707c34fd932b1871b1920ea566cdf8fb1cc 100644 |
--- a/src/gpu/gl/GrGLTexture.h |
+++ b/src/gpu/gl/GrGLTexture.h |
@@ -54,6 +54,8 @@ public: |
GrGLenum target() const { return fInfo.fTarget; } |
+ GrRenderTarget* arrgh() override { return NULL; } |
+ |
protected: |
// The public constructor registers this object with the cache. However, only the most derived |
// class should register with the cache. This constructor does not do the registration and |