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

Unified Diff: include/core/SkStream.h

Issue 1808683002: add missing API (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 9 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/SkStream.h
diff --git a/include/core/SkStream.h b/include/core/SkStream.h
index e311a4ac4991d8b511b8b43f2a39ff8079ac05ec..a6a62c42ba1b7dd9c08264eed0417a40fa0d8264 100644
--- a/include/core/SkStream.h
+++ b/include/core/SkStream.h
@@ -370,7 +370,7 @@ private:
typedef SkWStream INHERITED;
};
-class SkMemoryWStream : public SkWStream {
+class SK_API SkMemoryWStream : public SkWStream {
public:
SkMemoryWStream(void* buffer, size_t size);
bool write(const void* buffer, size_t size) override;
« 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