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

Unified Diff: include/core/SkImageFilter.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/SkImageDecoder.h ('k') | include/core/SkInstCnt.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkImageFilter.h
diff --git a/include/core/SkImageFilter.h b/include/core/SkImageFilter.h
index 2b99376819d225d249a94a200f76ac9915b2272d..188905e5d7313f343db3527e55b12820c44962f7 100644
--- a/include/core/SkImageFilter.h
+++ b/include/core/SkImageFilter.h
@@ -31,8 +31,6 @@ struct SkIPoint;
*/
class SK_API SkImageFilter : public SkFlattenable {
public:
- SK_DECLARE_INST_COUNT(SkImageFilter)
-
class CropRect {
public:
enum CropEdge {
@@ -84,7 +82,7 @@ public:
class Proxy {
public:
Proxy(SkBaseDevice* device) : fDevice(device) { }
-
+
SkBaseDevice* createDevice(int width, int height);
// Returns true if the proxy handled the filter itself. If this returns
@@ -95,7 +93,7 @@ public:
private:
SkBaseDevice* fDevice;
};
-
+
/**
* Request a new (result) image to be created from the src image.
« no previous file with comments | « include/core/SkImageDecoder.h ('k') | include/core/SkInstCnt.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698