| Index: include/core/SkImage.h
|
| diff --git a/include/core/SkImage.h b/include/core/SkImage.h
|
| index 8cd19c9ea7d10ac8070e88aaab6b948ed7c7e324..e0ea7217d0773248d95d1ce2eabf4e6af3c9c820 100644
|
| --- a/include/core/SkImage.h
|
| +++ b/include/core/SkImage.h
|
| @@ -41,8 +41,6 @@ class GrTexture;
|
| */
|
| class SK_API SkImage : public SkRefCnt {
|
| public:
|
| - SK_DECLARE_INST_COUNT(SkImage)
|
| -
|
| typedef SkImageInfo Info;
|
| typedef void* ReleaseContext;
|
|
|
| @@ -172,7 +170,7 @@ public:
|
| */
|
| bool isTextureBacked() const;
|
|
|
| - /**
|
| + /**
|
| * Retrieves the backend API handle of the texture. If flushPendingGrContextReads then the
|
| * GrContext will issue to the backend API any deferred read operations on the texture before
|
| * returning.
|
|
|