Bug 53028 - Wait for half a second if we're asked to paint when receiving a DidSetSize message
Summary: Wait for half a second if we're asked to paint when receiving a DidSetSize me...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-24 11:26 PST by Anders Carlsson
Modified: 2011-01-24 11:34 PST (History)
0 users

See Also:


Attachments
Patch (1.69 KB, patch)
2011-01-24 11:26 PST, Anders Carlsson
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>