| Index: src/core/SkRecorder.h
|
| diff --git a/src/core/SkRecorder.h b/src/core/SkRecorder.h
|
| index 8b1430d5331ad52d399b5763d71018e732e5c9e5..23ecdf6aab102d3140cc1f4d59f952cad06294ec 100644
|
| --- a/src/core/SkRecorder.h
|
| +++ b/src/core/SkRecorder.h
|
| @@ -107,6 +107,10 @@ public:
|
| void onPushCull(const SkRect& cullRect) SK_OVERRIDE;
|
| void onPopCull() SK_OVERRIDE;
|
|
|
| + void beginCommentGroup(const char*) SK_OVERRIDE;
|
| + void addComment(const char*, const char*) SK_OVERRIDE;
|
| + void endCommentGroup() SK_OVERRIDE;
|
| +
|
| private:
|
| template <typename T>
|
| T* copy(const T*);
|
|
|