Chromium Code Reviews| Index: include/gpu/GrInvariantOutput.h |
| diff --git a/include/gpu/GrInvariantOutput.h b/include/gpu/GrInvariantOutput.h |
| index 8cf4bf59c3244d2552e45b926ade4535061ee1b4..7d467b98b3271b9d95b1de87c21b0487092e3941 100644 |
| --- a/include/gpu/GrInvariantOutput.h |
| +++ b/include/gpu/GrInvariantOutput.h |
| @@ -254,6 +254,7 @@ public: |
| private: |
| friend class GrProcOptInfo; |
| + friend class GrPipelineBuilder; |
|
joshualitt
2015/11/23 19:09:28
Uneccessary
|
| /** Extracts the alpha channel and returns true if r,g,b == a. */ |
| static bool GetAlphaAndCheckSingleChannel(GrColor color, uint32_t* alpha) { |