RESOLVED FIXED 53028
Wait for half a second if we're asked to paint when receiving a DidSetSize message
https://bugs.webkit.org/show_bug.cgi?id=53028
Summary Wait for half a second if we're asked to paint when receiving a DidSetSize me...
Anders Carlsson
Reported 2011-01-24 11:26:07 PST
Wait for half a second if we're asked to paint when receiving a DidSetSize message
Attachments
Patch (1.69 KB, patch)
2011-01-24 11:26 PST, Anders Carlsson
sam: review+
Anders Carlsson
Comment 1 2011-01-24 11:26:45 PST
Sam Weinig
Comment 2 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.
Anders Carlsson
Comment 3 2011-01-24 11:34:00 PST
Note You need to log in before you can comment on or make changes to this bug.