Index: src/utils/debugger/SkDebugCanvas.h |
diff --git a/src/utils/debugger/SkDebugCanvas.h b/src/utils/debugger/SkDebugCanvas.h |
index 7d1166286a1ce8d1dedce64b198273b9d900f52d..3df31513b46b2f56742d26fb1f6316f7629665ab 100644 |
--- a/src/utils/debugger/SkDebugCanvas.h |
+++ b/src/utils/debugger/SkDebugCanvas.h |
@@ -109,8 +109,8 @@ public: |
/** |
Returns the vector of draw commands |
- DEPRECATED: please use getDrawCommandAt and getSize instead |
*/ |
+ SK_ATTR_DEPRECATED("please use getDrawCommandAt and getSize instead") |
const SkTDArray<SkDrawCommand*>& getDrawCommands() const; |
/** |