Index: src/core/SkDraw.cpp |
diff --git a/src/core/SkDraw.cpp b/src/core/SkDraw.cpp |
index e9b0677c33600031b99cd48460a5bcc63a6295f4..efb19e2ec9da89b38b0c0bb35fcf490607a4f50c 100644 |
--- a/src/core/SkDraw.cpp |
+++ b/src/core/SkDraw.cpp |
@@ -1772,7 +1772,7 @@ SkTriColorShader::TriColorShaderContext::TriColorShaderContext(const SkTriColorS |
SkTriColorShader::TriColorShaderContext::~TriColorShaderContext() {} |
size_t SkTriColorShader::onContextSize(const ContextRec&) const { |
- return SkAlign16(sizeof(TriColorShaderContext)); |
+ return sizeof(TriColorShaderContext); |
} |
void SkTriColorShader::TriColorShaderContext::shadeSpan(int x, int y, SkPMColor dstC[], int count) { |