diff options
author | aam <aam@google.com> | 2016-05-02 15:04:46 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-05-02 15:04:46 -0700 |
commit | cf975447a8576740e682bfc4b8b91c2d8f95f64c (patch) | |
tree | 706e8a418683aba4f560829e7facdffe1ac3679f /include | |
parent | a00980e58037fa36d066be80d7fcc0f73b2dfd40 (diff) |
Make SkTime SK_API so that SkTime::GetDateTime() is visible to the clients.
# begin mtklein edits...
No public API changes.
TBR=reed@google.com
# end mtklein edits
BUG=skia:5230
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1930863003
Review-Url: https://codereview.chromium.org/1930863003
Diffstat (limited to 'include')
-rw-r--r-- | include/core/SkTime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkTime.h b/include/core/SkTime.h index 8a8224a82a..e9a894812b 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() |