| Index: third_party/WebKit/Source/platform/graphics/PictureSnapshot.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/PictureSnapshot.cpp b/third_party/WebKit/Source/platform/graphics/PictureSnapshot.cpp
|
| index 0c4331156baadd4cbeeebaa371948073e4db2d9a..a915e391eab6ed432aa8c0bfe65fd0a4a7fee394 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/PictureSnapshot.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/PictureSnapshot.cpp
|
| @@ -83,7 +83,7 @@ class SkiaImageDecoder final : public SkImageDeserializer {
|
|
|
| PassRefPtr<PictureSnapshot> PictureSnapshot::Load(
|
| const Vector<RefPtr<TilePictureStream>>& tiles) {
|
| - ASSERT(!tiles.IsEmpty());
|
| + DCHECK(!tiles.IsEmpty());
|
| Vector<sk_sp<SkPicture>> pictures;
|
| pictures.ReserveCapacity(tiles.size());
|
| FloatRect union_rect;
|
|
|