Bug 74290 - [chromium] Window resize broken in threaded compositor
Summary: [chromium] Window resize broken in threaded compositor
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-12 05:27 PST by Iain Merrick
Modified: 2011-12-13 17:42 PST (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Iain Merrick 2011-12-12 05:27:15 PST
Easily reproducible in Chromium with --enable-threaded-compositing flag.

Resize any window, and the contents don't refresh or resize.
Comment 1 Adrienne Walker 2011-12-12 08:46:53 PST
I wonder what broke this after http://code.google.com/p/chromium/issues/detail?id=103776.
Comment 2 James Robinson 2011-12-12 10:48:53 PST
It probably broke because we didn't have a test for it (cue Beyonce).
Comment 3 Nat Duca 2011-12-12 11:02:38 PST
Antoine, can you take a look?
Comment 4 Antoine Labour 2011-12-12 20:16:24 PST
Problem is in chrome land. http://codereview.chromium.org/8912002/ fixes it.