| Index: include/gpu/GrColor.h
|
| diff --git a/include/gpu/GrColor.h b/include/gpu/GrColor.h
|
| index 3470c88fe6eff8dc91057f54733a4f805dda6d51..bd949cebe8473b297a4ce747dcbdc3ca6b6e2c15 100644
|
| --- a/include/gpu/GrColor.h
|
| +++ b/include/gpu/GrColor.h
|
| @@ -66,7 +66,7 @@ static inline GrColor GrColorPackRGBA(unsigned r, unsigned g,
|
| /**
|
| * Assert in debug builds that a GrColor is premultiplied.
|
| */
|
| -static inline void GrColorIsPMAssert(GrColor c) {
|
| +static inline void GrColorIsPMAssert(GrColor SkDEBUGCODE(c)) {
|
| #ifdef SK_DEBUG
|
| unsigned a = GrColorUnpackA(c);
|
| unsigned r = GrColorUnpackR(c);
|
|
|