Bug 264026
| Summary: | Changing width or height of a canvas synchronously creates the backing store | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
| Component: | Canvas | Assignee: | Ryosuke Niwa <rniwa> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | dino, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ryosuke Niwa
When changing the width or the height of a canvas, we synchronously create the new drawing context. Do so lazily instead.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
Pull request: https://github.com/WebKit/WebKit/pull/19823
Radar WebKit Bug Importer
<rdar://problem/118099759>
Ryosuke Niwa
This turned out to be a speedometer 3 regression.