| Index: third_party/WebKit/Source/platform/graphics/PlaceholderImage.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/PlaceholderImage.cpp b/third_party/WebKit/Source/platform/graphics/PlaceholderImage.cpp
|
| index 9023571e795998239fd43c78bc01b0cd951ac3c3..7568274466f04774c3ba474a888d4ec629d280ea 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/PlaceholderImage.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/PlaceholderImage.cpp
|
| @@ -35,7 +35,7 @@ sk_sp<SkImage> PlaceholderImage::ImageForCurrentFrame() {
|
| dest_rect, kDoNotRespectImageOrientation, kClampImageToSourceRect);
|
|
|
| image_for_current_frame_ = SkImage::MakeFromPicture(
|
| - ToSkPicture(paint_recorder.finishRecordingAsPicture(), dest_rect),
|
| + ToSkPicture(paint_recorder.finishRecordingAsPicture()),
|
| SkISize::Make(size_.Width(), size_.Height()), nullptr, nullptr,
|
| SkImage::BitDepth::kU8, SkColorSpace::MakeSRGB());
|
|
|
|
|