| Index: include/gpu/GrDrawContext.h
|
| diff --git a/include/gpu/GrDrawContext.h b/include/gpu/GrDrawContext.h
|
| index 7ae6f5e682b210b230185b4606c0b958960bd7de..21977bed7415eb64459a607e3a52c2a5f20b6112 100644
|
| --- a/include/gpu/GrDrawContext.h
|
| +++ b/include/gpu/GrDrawContext.h
|
| @@ -283,8 +283,7 @@
|
|
|
| SkDEBUGCODE(void validate() const;)
|
|
|
| - GrDrawContext(GrDrawingManager*, GrRenderTarget*, const SkSurfaceProps* surfaceProps,
|
| - GrSingleOwner*);
|
| + GrDrawContext(GrDrawingManager*, GrRenderTarget*, const SkSurfaceProps* surfaceProps);
|
|
|
| void internalDrawPath(GrPipelineBuilder*,
|
| const SkMatrix& viewMatrix,
|
| @@ -310,7 +309,7 @@
|
| SkSurfaceProps fSurfaceProps;
|
|
|
| // In debug builds we guard against improper thread handling
|
| - mutable GrSingleOwner* fSingleOwner;
|
| + SkDEBUGCODE(mutable GrSingleOwner fSingleOwner;)
|
| };
|
|
|
| #endif
|
|
|