Chromium Code Reviews| Index: include/record/SkRecording.h |
| diff --git a/include/record/SkRecording.h b/include/record/SkRecording.h |
| index 13b40137973f4b232436561234dfd6a1b6448629..0d04b90ca05f719bb884e872ee8a6e9972a6adf8 100644 |
| --- a/include/record/SkRecording.h |
| +++ b/include/record/SkRecording.h |
| @@ -66,7 +66,7 @@ private: |
| ~SkRecording(); |
| SkRecorder* fRecorder; |
| - const SkRecord* fRecord; |
| + SkRecord* fRecord; |
| }; |
| } // namespace EXPERIMENTAL |