| Index: src/gpu/GrDrawingManager.h
|
| diff --git a/src/gpu/GrDrawingManager.h b/src/gpu/GrDrawingManager.h
|
| index 0a4c3e3c7db65e295d466b92e486a45545eae61e..f011b4194b3aa71a4672cb0fa37656b76b12f9df 100644
|
| --- a/src/gpu/GrDrawingManager.h
|
| +++ b/src/gpu/GrDrawingManager.h
|
| @@ -33,7 +33,7 @@ public:
|
|
|
| GrDrawContext* drawContext(GrRenderTarget* rt, const SkSurfaceProps*);
|
|
|
| - // The caller automatically gets a ref on the returned drawTarget. It must
|
| + // The caller automatically gets a ref on the returned drawTarget. It must
|
| // be balanced by an unref call.
|
| GrDrawTarget* newDrawTarget(GrRenderTarget* rt);
|
|
|
|
|