| Index: include/gpu/GrDrawContext.h
|
| diff --git a/include/gpu/GrDrawContext.h b/include/gpu/GrDrawContext.h
|
| index 12bf9430a84d0734d09ee577656dd57af20db644..2a1d016541a11e83814fc19818752a86779f732d 100644
|
| --- a/include/gpu/GrDrawContext.h
|
| +++ b/include/gpu/GrDrawContext.h
|
| @@ -40,8 +40,6 @@ class SkTextBlob;
|
| */
|
| class SK_API GrDrawContext : public SkRefCnt {
|
| public:
|
| - SK_DECLARE_INST_COUNT(GrDrawContext)
|
| -
|
| ~GrDrawContext() override;
|
|
|
| void copySurface(GrRenderTarget* dst, GrSurface* src,
|
| @@ -253,7 +251,7 @@ private:
|
| const GrPaint* paint);
|
| GrTextContext* createTextContext(GrRenderTarget*, const SkSurfaceProps&);
|
|
|
| - // A simpler version of the above which just returns true on success; false on failure.
|
| + // A simpler version of the above which just returns true on success; false on failure.
|
| // Clip is *NOT* set
|
| bool prepareToDraw(GrRenderTarget* rt);
|
|
|
|
|