remove explicit when we have 2 args
git-svn-id: http://skia.googlecode.com/svn/trunk@12553 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
f1715706f7
commit
b0eb102ed6
@ -57,7 +57,7 @@ public:
|
||||
#endif
|
||||
|
||||
explicit SkPixelRef(const SkImageInfo&);
|
||||
explicit SkPixelRef(const SkImageInfo&, SkBaseMutex* mutex);
|
||||
SkPixelRef(const SkImageInfo&, SkBaseMutex* mutex);
|
||||
virtual ~SkPixelRef();
|
||||
|
||||
/** Return the pixel memory returned from lockPixels, or null if the
|
||||
|
Loading…
Reference in New Issue
Block a user