| Index: third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.cpp
|
| diff --git a/third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.cpp b/third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.cpp
|
| index 6895dba1c10e5734e28545ecb081255c8ce679c7..15e5a6aa9311f1f065211ab1a6e65d5168f57378 100644
|
| --- a/third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.cpp
|
| +++ b/third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.cpp
|
| @@ -17,7 +17,8 @@ PaintRenderingContext2D::PaintRenderingContext2D(
|
| m_clipAntialiasing = AntiAliased;
|
| modifiableState().setShouldAntialias(true);
|
|
|
| - // RecordingImageBufferSurface doesn't call ImageBufferSurface::clear explicitly.
|
| + // RecordingImageBufferSurface doesn't call ImageBufferSurface::clear
|
| + // explicitly.
|
| DCHECK(m_imageBuffer);
|
| m_imageBuffer->canvas()->clear(hasAlpha ? SK_ColorTRANSPARENT
|
| : SK_ColorBLACK);
|
|
|