NEW 126569
Assertion failures in CoordinatedGraphics
https://bugs.webkit.org/show_bug.cgi?id=126569
Summary Assertion failures in CoordinatedGraphics
Edit Balint
Reported 2014-01-07 01:39:22 PST
The following assertion failures occur when you open http://flickr.com webpage * Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsScene.cpp(561) : void WebCore::CoordinatedGraphicsScene::updateImageBacking ASSERTION FAILED: 2000 >= std::max(rect.width(), rect.height()) * Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedBackingStore.cpp(50) : void WebCore::CoordinatedBackingStoreTile::swapBuffers ASSERTION FAILED: textureMapper->maxTextureSize().width() >= m_tileRect.size().width()
Attachments
Note You need to log in before you can comment on or make changes to this bug.