Chromium Code Reviews| Index: src/core/SkRecorder.cpp |
| diff --git a/src/core/SkRecorder.cpp b/src/core/SkRecorder.cpp |
| index 04da7c440c9a37186cf8a35c18e5e0e1647040d6..5ba43099b76a015af5a500aa43346c21fbb1e808 100644 |
| --- a/src/core/SkRecorder.cpp |
| +++ b/src/core/SkRecorder.cpp |
| @@ -118,6 +118,10 @@ char* SkRecorder::copy(const char* src) { |
| } |
| +void SkRecorder::clear(SkColor color) { |
| + APPEND(Clear, color); |
| +} |
| + |
| void SkRecorder::drawPaint(const SkPaint& paint) { |
| APPEND(DrawPaint, delay_copy(paint)); |
| } |