Index: src/gpu/GrDrawTarget.h |
diff --git a/src/gpu/GrDrawTarget.h b/src/gpu/GrDrawTarget.h |
index 33d5efec4fc9edd3f7062f941f1b083b9291e8d6..3c2341a366feab944f03819cf9ebe198f74bf543 100644 |
--- a/src/gpu/GrDrawTarget.h |
+++ b/src/gpu/GrDrawTarget.h |
@@ -472,7 +472,7 @@ public: |
* populate the origin, config, and flags fields of the desc such that copySurface is more |
* likely to succeed and be efficient. |
*/ |
- virtual void initCopySurfaceDstDesc(const GrSurface* src, GrTextureDesc* desc); |
+ virtual void initCopySurfaceDstDesc(const GrSurface* src, GrSurfaceDesc* desc); |
/** |