aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-12-06 22:16:10 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-12-06 22:16:10 +0000
commitb0eb102ed6490967d3a1967252add3aa09074f9e (patch)
tree3acf55c921445cc4713d8209e82a529b1c22a422 /include
parentf1715706f761e7e254f601abf33581702fa8fe17 (diff)
remove explicit when we have 2 args
git-svn-id: http://skia.googlecode.com/svn/trunk@12553 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include')
-rw-r--r--include/core/SkPixelRef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkPixelRef.h b/include/core/SkPixelRef.h
index 2a31b152a7..c4a7c4e33d 100644
--- a/include/core/SkPixelRef.h
+++ b/include/core/SkPixelRef.h
@@ -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