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

Unified Diff: third_party/WebKit/Source/platform/graphics/filters/SkiaImageFilterBuilder.cpp

Issue 2389703004: Rewrap comments to 80 columns in Source/platform/graphics/filters/. (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/platform/graphics/filters/SkiaImageFilterBuilder.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/filters/SkiaImageFilterBuilder.cpp b/third_party/WebKit/Source/platform/graphics/filters/SkiaImageFilterBuilder.cpp
index 5e1556dc5d1b49f41c4b1bd2aebc4ba179259515..d279d07a5b75166863f92efc0d56c1b78bbad03a 100644
--- a/third_party/WebKit/Source/platform/graphics/filters/SkiaImageFilterBuilder.cpp
+++ b/third_party/WebKit/Source/platform/graphics/filters/SkiaImageFilterBuilder.cpp
@@ -113,8 +113,9 @@ sk_sp<SkImageFilter> buildBoxReflectFilter(const BoxReflection& reflection,
sk_sp<SkImageFilter> input) {
sk_sp<SkImageFilter> maskedInput;
if (SkPicture* maskPicture = reflection.mask()) {
- // Since SkPictures can't be serialized to the browser process, first raster the mask to a bitmap, then
- // encode it in an SkImageSource, which can be serialized.
+ // Since SkPictures can't be serialized to the browser process, first raster
+ // the mask to a bitmap, then encode it in an SkImageSource, which can be
+ // serialized.
SkBitmap bitmap;
const SkRect cullRect = maskPicture->cullRect();
bitmap.allocPixels(

Powered by Google App Engine
This is Rietveld 408576698