Index: src/gpu/GrPipeline.h |
diff --git a/src/gpu/GrPipeline.h b/src/gpu/GrPipeline.h |
index 4f81ae40d0276223f2de88d4edd3238ea3576ebf..db7cb5bc624bc8f49082709dea1d9961fca4fa61 100644 |
--- a/src/gpu/GrPipeline.h |
+++ b/src/gpu/GrPipeline.h |
@@ -160,7 +160,6 @@ public: |
/////////////////////////////////////////////////////////////////////////// |
- bool readsFragPosition() const { return fReadsFragPosition; } |
bool ignoresCoverage() const { return fIgnoresCoverage; } |
private: |
@@ -200,7 +199,6 @@ private: |
uint32_t fFlags; |
ProgramXferProcessor fXferProcessor; |
FragmentProcessorArray fFragmentProcessors; |
- bool fReadsFragPosition; |
bool fIgnoresCoverage; |
// This value is also the index in fFragmentProcessors where coverage processors begin. |