Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: include/core/SkImage.h

Issue 1217573002: remove SkInstCnt (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « include/core/SkFlattenable.h ('k') | include/core/SkImageDecoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « include/core/SkFlattenable.h ('k') | include/core/SkImageDecoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698