Bug 74290
Summary: | [chromium] Window resize broken in threaded compositor | ||
---|---|---|---|
Product: | WebKit | Reporter: | Iain Merrick <husky> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | enne, husky, jamesr, klobag, nduca, piman, sievers |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Iain Merrick
Easily reproducible in Chromium with --enable-threaded-compositing flag.
Resize any window, and the contents don't refresh or resize.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adrienne Walker
I wonder what broke this after http://code.google.com/p/chromium/issues/detail?id=103776.
James Robinson
It probably broke because we didn't have a test for it (cue Beyonce).
Nat Duca
Antoine, can you take a look?
Antoine Labour
Problem is in chrome land. http://codereview.chromium.org/8912002/ fixes it.