From 0b4abb904eca43447114951266c6c849d5e8fd32 Mon Sep 17 00:00:00 2001 From: reed Date: Thu, 28 Aug 2014 14:44:23 -0700 Subject: [PATCH] Revert of add SK_API to SkImageInfo (patchset #1 of https://codereview.chromium.org/513333003/) Reason for revert: need to revert the big ImageInfo CL but since this was landed on top of it, I need to revert this guy first. Original issue's description: > add SK_API to SkImageInfo > > BUG=skia: > TBR=bungeman > NOTRY=True > > Committed: https://skia.googlesource.com/skia/+/bedec8456ff0ea814ed1bba748a86678f458d063 TBR= NOTREECHECKS=true NOTRY=true BUG=skia: Author: reed@google.com Review URL: https://codereview.chromium.org/518543002 --- include/core/SkImageInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/core/SkImageInfo.h b/include/core/SkImageInfo.h index 588584e6a..82d24753a 100644 --- a/include/core/SkImageInfo.h +++ b/include/core/SkImageInfo.h @@ -135,7 +135,7 @@ bool SkColorTypeValidateAlphaType(SkColorType colorType, SkAlphaType alphaType, /** * Describe an image's dimensions and pixel type. */ -struct SK_API SkImageInfo { +struct SkImageInfo { public: SkImageInfo() {}