skia: Add SK_API to SkDiscardableMemory.

R=scroggo@google.com, reed@google.com, bsalomon@chromium.org
BUG=229120

Author: ernstm@chromium.org

Review URL: https://chromiumcodereview.appspot.com/23385003

git-svn-id: http://skia.googlecode.com/svn/trunk@10878 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
commit-bot@chromium.org 2013-08-22 17:53:05 +00:00
parent 89ff637a84
commit a6aa0e31f9

View File

@ -14,7 +14,7 @@
* Interface for discardable memory. Implementation is provided by the
* embedder.
*/
class SkDiscardableMemory {
class SK_API SkDiscardableMemory {
public:
/**