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. |