| Index: include/gpu/GrProcessor.h
|
| diff --git a/include/gpu/GrProcessor.h b/include/gpu/GrProcessor.h
|
| index c1755a895472a9973315de9bc575fc90fb928eca..2dbead1c224aebe8bdb196289e9d468587b2c60c 100644
|
| --- a/include/gpu/GrProcessor.h
|
| +++ b/include/gpu/GrProcessor.h
|
| @@ -41,8 +41,6 @@
|
| GrColor fColor;
|
| uint32_t fValidFlags;
|
| bool fIsSingleComponent;
|
| -
|
| - InvariantOutput() : fColor(0), fValidFlags(0), fIsSingleComponent(false) {}
|
|
|
| bool isOpaque() const {
|
| return ((fValidFlags & kA_GrColorComponentFlag) && 0xFF == GrColorUnpackA(fColor));
|
|
|