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

Unified Diff: include/core/SkTypes.h

Issue 438783002: Ensure that SkDebugf is exported from the library. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Move SK_API to the beginning of the line Created 6 years, 5 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/SkTypes.h
diff --git a/include/core/SkTypes.h b/include/core/SkTypes.h
index e264f4850f32d3506053f3215453a475084a54f4..4d590c24de0eaf7f96935d72b3cde6e8a6bdac40 100644
--- a/include/core/SkTypes.h
+++ b/include/core/SkTypes.h
@@ -89,7 +89,7 @@ inline void operator delete(void* p) {
#define SK_INIT_TO_AVOID_WARNING = 0
#ifndef SkDebugf
- void SkDebugf(const char format[], ...);
+ SK_API void SkDebugf(const char format[], ...);
#endif
#ifdef SK_DEBUG
« 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