Index: src/utils/debugger/SkDrawCommand.h |
diff --git a/src/utils/debugger/SkDrawCommand.h b/src/utils/debugger/SkDrawCommand.h |
index 9e25f4d20d4ed8c877396d18ab0797f507dbdf8f..760ce520525ac74a3f7a913ea6cbd4c20d514837 100644 |
--- a/src/utils/debugger/SkDrawCommand.h |
+++ b/src/utils/debugger/SkDrawCommand.h |
@@ -59,9 +59,6 @@ public: |
virtual SkString toString() const; |
- void setOffset(size_t offset) { fOffset = offset; } |
- size_t offset() const { return fOffset; } |
- |
virtual const char* toCString() const { |
return GetCommandString(fOpType); |
} |
@@ -106,7 +103,6 @@ protected: |
private: |
OpType fOpType; |
- size_t fOffset; |
bool fVisible; |
}; |