From 3aa7a02b65d3798b819abd7c12a0327a6adcabcd Mon Sep 17 00:00:00 2001 From: "commit-bot@chromium.org" Date: Thu, 16 Jan 2014 14:46:16 +0000 Subject: [PATCH] SK_API SkMallocPixelRef Motivation: make https://codereview.chromium.org/138393002/ work. R=reed@google.com, djsollen@google.com, bsalomon@google.com Author: halcanary@google.com Review URL: https://codereview.chromium.org/135853019 git-svn-id: http://skia.googlecode.com/svn/trunk@13106 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/core/SkMallocPixelRef.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/core/SkMallocPixelRef.h b/include/core/SkMallocPixelRef.h index c40afc4..aaa045f 100644 --- a/include/core/SkMallocPixelRef.h +++ b/include/core/SkMallocPixelRef.h @@ -1,4 +1,3 @@ - /* * Copyright 2008 The Android Open Source Project * @@ -15,7 +14,7 @@ /** We explicitly use the same allocator for our pixels that SkMask does, so that we can freely assign memory allocated by one class to the other. */ -class SkMallocPixelRef : public SkPixelRef { +class SK_API SkMallocPixelRef : public SkPixelRef { public: /** * Return a new SkMallocPixelRef with the provided pixel storage, rowBytes, -- 2.7.4