From 96f5fa02e996e39179f2eb88d57e8ed6114b06c5 Mon Sep 17 00:00:00 2001 From: "skia.committer@gmail.com" Date: Mon, 16 Dec 2013 07:01:40 +0000 Subject: Sanitizing source files in Housekeeper-Nightly git-svn-id: http://skia.googlecode.com/svn/trunk@12685 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/core/SkMallocPixelRef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/core/SkMallocPixelRef.h') diff --git a/include/core/SkMallocPixelRef.h b/include/core/SkMallocPixelRef.h index ba0b953cf6..a547ddb2b9 100644 --- a/include/core/SkMallocPixelRef.h +++ b/include/core/SkMallocPixelRef.h @@ -44,7 +44,7 @@ public: */ static SkMallocPixelRef* NewAllocate(const SkImageInfo& info, size_t rowBytes, SkColorTable*); - + void* getAddr() const { return fStorage; } SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkMallocPixelRef) -- cgit v1.2.3