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/SkTime.h

Issue 1930863003: Make SkTime SK_API so that SkTime::GetDateTime() is visible to the clients. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 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/SkTime.h
diff --git a/include/core/SkTime.h b/include/core/SkTime.h
index 8a8224a82a564437c58c3a3b313e53e28cbdf985..e9a894812b83f9eb1003356715204e66c2ec09b9 100644
--- a/include/core/SkTime.h
+++ b/include/core/SkTime.h
@@ -17,7 +17,7 @@ class SkString;
/** \class SkTime
Platform-implemented utilities to return time of day, and millisecond counter.
*/
-class SkTime {
+class SK_API SkTime {
public:
struct DateTime {
int16_t fTimeZoneMinutes; // The number of minutes that GetDateTime()
« 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