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:
reed@google.com 2013-12-06 22:16:10 +00:00
parent f1715706f7
commit b0eb102ed6

View File

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