Index: src/gpu/gl/GrGLGpu.h |
diff --git a/src/gpu/gl/GrGLGpu.h b/src/gpu/gl/GrGLGpu.h |
index b2eec45835879737ea147201b7b642f7ed136117..255952020383a6c432c97916f62986987fe6e1f2 100644 |
--- a/src/gpu/gl/GrGLGpu.h |
+++ b/src/gpu/gl/GrGLGpu.h |
@@ -161,6 +161,9 @@ private: |
void onClearStencilClip(GrRenderTarget*, const SkIRect& rect, bool insideClip) override; |
+ bool onMakeCopyForTextureParams(GrTexture*, const GrTextureParams&, |
+ GrTextureProducer::CopyParams*) const override; |
+ |
bool onReadPixels(GrSurface*, |
int left, int top, |
int width, int height, |