| Index: third_party/WebKit/Source/platform/graphics/LoggingCanvas.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/LoggingCanvas.cpp b/third_party/WebKit/Source/platform/graphics/LoggingCanvas.cpp
|
| index 818fda7b58e90f99347d670065237ecdc9c324f0..862d0b9d01f76230d48d676a9706fcdb8150f082 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/LoggingCanvas.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/LoggingCanvas.cpp
|
| @@ -918,7 +918,7 @@ String RecordAsDebugString(const PaintRecord* record, const SkRect& bounds) {
|
| }
|
|
|
| void ShowPaintRecord(const PaintRecord* record, const SkRect& bounds) {
|
| - WTFLogAlways("%s\n", RecordAsDebugString(record, bounds).Utf8().data());
|
| + DLOG(INFO) << RecordAsDebugString(record, bounds);
|
| }
|
| #endif
|
|
|
|
|