From 98272d91421c52211e0e0137f494c1cad01c3c68 Mon Sep 17 00:00:00 2001 From: "skia.committer@gmail.com" Date: Sat, 4 Jan 2014 07:01:40 +0000 Subject: Sanitizing source files in Housekeeper-Nightly git-svn-id: http://skia.googlecode.com/svn/trunk@12901 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/core/SkPixelRef.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/core') diff --git a/include/core/SkPixelRef.h b/include/core/SkPixelRef.h index a332b76a5d..4811435721 100644 --- a/include/core/SkPixelRef.h +++ b/include/core/SkPixelRef.h @@ -77,14 +77,14 @@ public: void* fPixels; SkColorTable* fColorTable; size_t fRowBytes; - + void zero() { sk_bzero(this, sizeof(*this)); } bool isZero() const { return NULL == fPixels && NULL == fColorTable && 0 == fRowBytes; } }; - + /** * Returns true if the lockcount > 0 */ -- cgit v1.2.3