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
This commit is contained in:
parent
f5e67c12c8
commit
3aa7a02b65
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user