Index: include/gpu/GrDrawEffect.h |
diff --git a/include/gpu/GrDrawEffect.h b/include/gpu/GrDrawEffect.h |
index 2bf17d86d1a97e83fcb842e5f560c856575774f3..710b00035ff8757b5367e78579ff523811d277a5 100644 |
--- a/include/gpu/GrDrawEffect.h |
+++ b/include/gpu/GrDrawEffect.h |
@@ -39,9 +39,6 @@ public: |
bool programHasExplicitLocalCoords() const { return fExplicitLocalCoords; } |
- const int* getVertexAttribIndices() const { return fEffectStage->getVertexAttribIndices(); } |
- int getVertexAttribIndexCount() const { return fEffectStage->getVertexAttribIndexCount(); } |
- |
private: |
const GrEffectStage* fEffectStage; |
bool fExplicitLocalCoords; |