[webkit-reviews] review granted: [Bug 53028] Wait for half a second if we're asked to paint when receiving a DidSetSize message : [Attachment 79943] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 24 11:28:22 PST 2011


Sam Weinig <sam at webkit.org> has granted Anders Carlsson <andersca at apple.com>'s
request for review:
Bug 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

Attachment 79943: Patch
https://bugs.webkit.org/attachment.cgi?id=79943&action=review

------- Additional Comments from Sam Weinig <sam at webkit.org>
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.


More information about the webkit-reviews mailing list