Index: include/core/SkColor.h |
diff --git a/include/core/SkColor.h b/include/core/SkColor.h |
index 77946387e56a8053be1d7684e62f9aa8bda7448f..f18fb7ee5e9791dd900ff667ddc42fe7645ab95e 100644 |
--- a/include/core/SkColor.h |
+++ b/include/core/SkColor.h |
@@ -165,7 +165,7 @@ typedef SkPMColor (*SkXfermodeProc)(SkPMColor src, SkPMColor dst); |
/* |
* The float values are 0...1 premultiplied |
*/ |
-struct SK_ATTRIBUTE(aligned(16)) SkPM4f { |
+struct SkPM4f { |
float fVec[4]; |
float a() const { return fVec[SK_A32_SHIFT/8]; } |