Bug 53028

Summary: Wait for half a second if we're asked to paint when receiving a DidSetSize message
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch sam: review+

Description Anders Carlsson 2011-01-24 11:26:07 PST
Wait for half a second if we're asked to paint when receiving a DidSetSize message
Comment 1 Anders Carlsson 2011-01-24 11:26:45 PST
Created attachment 79943 [details]
Patch
Comment 2 Sam Weinig 2011-01-24 11:28:22 PST
Comment on attachment 79943 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=79943&action=review

> Source/WebKit2/UIProcess/DrawingAreaProxyImpl.cpp:71
> +        static const double didSetSizeTimeout = 0.5;

This constant should move to the top of the file and have a comment explaining it.
Comment 3 Anders Carlsson 2011-01-24 11:34:00 PST
Committed r76536: <http://trac.webkit.org/changeset/76536>