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