NEW 102908
Make TiledBackingStore::adjustForContentsRect() handle the case when a bound rect does not contain a cover rect.
https://bugs.webkit.org/show_bug.cgi?id=102908
Summary Make TiledBackingStore::adjustForContentsRect() handle the case when a bound ...
Dongseong Hwang
Reported 2012-11-21 02:29:06 PST
adjustForContentsRect() expects a bound rect to cover a cover rect. However, when TiledBackingStore is used by CoordinatedGraphicsLayer, this expectation is wrong, which r134048 clarified. adjustForContentsRect() does not yet handle the case when one side of the cover rect is longer than the bound rect. This patch makes the method handle the case.
Attachments
Patch (2.20 KB, patch)
2012-11-21 02:34 PST, Dongseong Hwang
no flags
Patch (2.78 KB, patch)
2012-11-21 02:42 PST, Dongseong Hwang
no flags
Dongseong Hwang
Comment 1 2012-11-21 02:34:08 PST
Dongseong Hwang
Comment 2 2012-11-21 02:34:46 PST
r134048 is Bug 101656. It is a follow-up patch of r134048.
Dongseong Hwang
Comment 3 2012-11-21 02:42:18 PST
Anders Carlsson
Comment 4 2014-02-05 11:05:21 PST
Comment on attachment 175389 [details] Patch Clearing review flag on patches from before 2014. If this patch is still relevant, please reset the r? flag.
Note You need to log in before you can comment on or make changes to this bug.