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

Unified Diff: include/record/SkRecording.h

Issue 253883003: add SK_API to include/record (Closed) Base URL: https://skia.googlesource.com/skia.git@master
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/record/SkRecording.h
diff --git a/include/record/SkRecording.h b/include/record/SkRecording.h
index 2716ea62a1802f88f50ab99b3a82fcb8b1d67693..a4e8809c3a3f5ad2327de3dcf328e2fa217673e5 100644
--- a/include/record/SkRecording.h
+++ b/include/record/SkRecording.h
@@ -36,7 +36,7 @@ namespace EXPERIMENTAL {
* SkPlayback is thread safe; SkRecording is not.
*/
-class SkPlayback : SkNoncopyable {
+class SK_API SkPlayback : SkNoncopyable {
public:
// Remember, if you've got an SkPlayback*, you probably own it. Don't forget to delete it!
~SkPlayback();
@@ -52,7 +52,7 @@ private:
friend class SkRecording;
};
-class SkRecording : SkNoncopyable {
+class SK_API SkRecording : SkNoncopyable {
public:
SkRecording(int width, int height);
~SkRecording();
« 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