Index: include/gpu/GrSurface.h |
diff --git a/include/gpu/GrSurface.h b/include/gpu/GrSurface.h |
index b59d802f328c39049c6e1eb1ea2ff4795609df76..b87b2dbaf04f7c8e94c323cc0c1272c24c47f516 100644 |
--- a/include/gpu/GrSurface.h |
+++ b/include/gpu/GrSurface.h |
@@ -146,8 +146,8 @@ protected: |
// Provides access to methods that should be public within Skia code. |
friend class GrSurfacePriv; |
- GrSurface(GrGpu* gpu, LifeCycle lifeCycle, const GrSurfaceDesc& desc) |
- : INHERITED(gpu, lifeCycle) |
+ GrSurface(GrGpu* gpu, const GrSurfaceDesc& desc) |
+ : INHERITED(gpu) |
, fDesc(desc) |
, fReleaseProc(NULL) |
, fReleaseCtx(NULL) |