Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(678)

Unified Diff: third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.cpp

Issue 2392443007: reflow comments in modules/[app_banner,encoding] (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698