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