Index: include/gpu/GrSurface.h |
diff --git a/include/gpu/GrSurface.h b/include/gpu/GrSurface.h |
index 8f772b3d5a87691a8de9bd80efaea3bba9ffa16b..2b40f9c1d7ddd2f3c854aa2ade912f014bf3f9ed 100644 |
--- a/include/gpu/GrSurface.h |
+++ b/include/gpu/GrSurface.h |
@@ -138,9 +138,9 @@ protected: |
// Provides access to methods that should be public within Skia code. |
friend class GrSurfacePriv; |
- GrSurface(GrGpu* gpu, bool isWrapped, const GrSurfaceDesc& desc) |
- : INHERITED(gpu, isWrapped) |
- , fDesc(desc) { |
+ GrSurface(GrGpu* gpu, LifeCycle lifeCycle, const GrSurfaceDesc& desc) |
+ : INHERITED(gpu, lifeCycle) |
+ , fDesc(desc) { |
} |
GrSurfaceDesc fDesc; |