export SkImageInfo

BUG=skia:

Review URL: https://codereview.chromium.org/893603005
This commit is contained in:
reed 2015-01-30 14:54:38 -08:00 committed by Commit bot
parent 3af41fab93
commit 418149250a

View File

@ -155,7 +155,7 @@ enum SkColorProfileType {
* Describe an image's dimensions and pixel type.
* Used for both src images and render-targets (surfaces).
*/
struct SkImageInfo {
struct SK_API SkImageInfo {
public:
SkImageInfo()
: fWidth(0)