Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: include/core/SkImageFilter.h

Issue 251353003: Add a missing SK_API to SkImageFilter::Cache. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkImageFilter.h
diff --git a/include/core/SkImageFilter.h b/include/core/SkImageFilter.h
index b3d748095571e3978cb63003197ff7be3af45d77..9cdd27599a8a09f1a5d681ed6efd723ffb823c25 100644
--- a/include/core/SkImageFilter.h
+++ b/include/core/SkImageFilter.h
@@ -48,7 +48,7 @@ public:
uint32_t fFlags;
};
- class Cache : public SkRefCnt {
+ class SK_API Cache : public SkRefCnt {
public:
// By default, we cache only image filters with 2 or more children.
static Cache* Create(int minChildren = 2);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698