Index: src/gpu/GrProcOptInfo.h |
diff --git a/src/gpu/GrProcOptInfo.h b/src/gpu/GrProcOptInfo.h |
index 5252e8535475b0e042eabeeab32c02783a280ae1..bb657d27c0cfa12b3bd264ca8e7587eefb3c1e2c 100644 |
--- a/src/gpu/GrProcOptInfo.h |
+++ b/src/gpu/GrProcOptInfo.h |
@@ -35,6 +35,7 @@ public: |
bool isSolidWhite() const { return fInOut.isSolidWhite(); } |
bool isOpaque() const { return fInOut.isOpaque(); } |
+ bool isSingleComponent() const { return fInOut.isSingleComponent(); } |
GrColor color() const { return fInOut.color(); } |
uint8_t validFlags() const { return fInOut.validFlags(); } |