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

Unified Diff: include/core/SkSurfaceProps.h

Issue 693973003: Export (SK_API) SkSurfaceProps (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 1 month 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/SkSurfaceProps.h
diff --git a/include/core/SkSurfaceProps.h b/include/core/SkSurfaceProps.h
index 015447391437374687cc6c00bed2300505bb81d2..69a0e5248b5ab6684679927e297f2f7da80a32d5 100644
--- a/include/core/SkSurfaceProps.h
+++ b/include/core/SkSurfaceProps.h
@@ -48,7 +48,7 @@ static inline bool SkPixelGeometryIsV(SkPixelGeometry geo) {
* during drawing, and can sometimes optimize its performance (e.g. disabling an expensive
* feature).
*/
-class SkSurfaceProps {
+class SK_API SkSurfaceProps {
public:
enum Flags {
kDisallowAntiAlias_Flag = 1 << 0,
« 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