Index: src/gpu/GrProcOptInfo.h |
diff --git a/src/gpu/GrProcOptInfo.h b/src/gpu/GrProcOptInfo.h |
index 94f80e77b234d64094d8fc71156de8c20843cf92..87e7cd9c69774ed677cf5fcf0bc35538e0cc6edf 100644 |
--- a/src/gpu/GrProcOptInfo.h |
+++ b/src/gpu/GrProcOptInfo.h |
@@ -32,7 +32,7 @@ public: |
GrColorComponentFlags, bool areCoverageStages, bool isLCD = false); |
void initUsingInvariantOutput(GrInitInvariantOutput invOutput); |
void completeCalculations(const GrFragmentProcessor * const processors[], int cnt); |
- |
+ |
bool isSolidWhite() const { return fInOut.isSolidWhite(); } |
bool isOpaque() const { return fInOut.isOpaque(); } |
bool isSingleComponent() const { return fInOut.isSingleComponent(); } |