Index: src/gpu/gl/GrGLGpu.h |
diff --git a/src/gpu/gl/GrGLGpu.h b/src/gpu/gl/GrGLGpu.h |
index 26c9588fcc3396ba78adc29a91cfb693759a72d6..448c29243f8b2e0abfabb37cd12a7a7970200c9a 100644 |
--- a/src/gpu/gl/GrGLGpu.h |
+++ b/src/gpu/gl/GrGLGpu.h |
@@ -71,7 +71,7 @@ public: |
GrPixelConfig srcConfig, DrawPreference*, |
WritePixelTempDrawInfo*) override; |
- bool initCopySurfaceDstDesc(const GrSurface* src, GrSurfaceDesc* desc) const override; |
+ bool initDescForDstCopy(const GrRenderTarget* src, GrSurfaceDesc* desc) const override; |
// These functions should be used to bind GL objects. They track the GL state and skip redundant |
// bindings. Making the equivalent glBind calls directly will confuse the state tracking. |