| Index: Source/platform/graphics/BitmapImage.cpp
|
| diff --git a/Source/platform/graphics/BitmapImage.cpp b/Source/platform/graphics/BitmapImage.cpp
|
| index 7f990014462eb2d2f801cf4c04a5c7a44f9331f8..202295c050ed8142c5fa8acc7544ae4ab41ebeca 100644
|
| --- a/Source/platform/graphics/BitmapImage.cpp
|
| +++ b/Source/platform/graphics/BitmapImage.cpp
|
| @@ -300,8 +300,6 @@ void BitmapImage::draw(SkCanvas* canvas, const SkPaint& paint, const FloatRect&
|
| {
|
| TRACE_EVENT0("skia", "BitmapImage::draw");
|
|
|
| - ASSERT(dstRect.width() >= 0 && dstRect.height() >= 0);
|
| - ASSERT(srcRect.width() >= 0 && srcRect.height() >= 0);
|
| SkBitmap bitmap;
|
| if (!bitmapForCurrentFrame(&bitmap))
|
| return; // It's too early and we don't have an image yet.
|
|
|