Wait for half a second if we're asked to paint when receiving a DidSetSize message
Created attachment 79943 [details] Patch
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.
Committed r76536: <http://trac.webkit.org/changeset/76536>