| 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(
|
|
|