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

Unified Diff: third_party/WebKit/Source/platform/graphics/ImageBufferSurface.cpp

Issue 2398453002: Rewrap comments to 80 columns in Source/platform/graphics/. (Closed)
Patch Set: Review feedback 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/platform/graphics/ImageBufferSurface.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.cpp b/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.cpp
index 2be0ea5d335c04a0f241becd6cf6df5a5e192a88..4b438f13a2b54df7c22390ea4fd15af7e2fabafe 100644
--- a/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.cpp
+++ b/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.cpp
@@ -54,9 +54,9 @@ sk_sp<SkPicture> ImageBufferSurface::getPicture() {
}
void ImageBufferSurface::clear() {
- // Clear the background transparent or opaque, as required. It would be nice if this wasn't
- // required, but the canvas is currently filled with the magic transparency
- // color. Can we have another way to manage this?
+ // Clear the background transparent or opaque, as required. It would be nice
+ // if this wasn't required, but the canvas is currently filled with the magic
+ // transparency color. Can we have another way to manage this?
if (isValid()) {
if (m_opacityMode == Opaque) {
canvas()->clear(SK_ColorBLACK);

Powered by Google App Engine
This is Rietveld 408576698