This will allow a client using the WKView to resize the contents without blocking waiting for the web process to repaint.
Created attachment 197915 [details] Patch
Comment on attachment 197915 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=197915&action=review > Source/WebKit2/UIProcess/API/mac/WKView.mm:3445 > +// The updated is performed asynchronously; we don't wait for the geometry update before returning. The update > Source/WebKit2/UIProcess/API/mac/WKView.mm:3464 > + // If a geometry update is still pending then the action of recieving the receiving > Source/WebKit2/UIProcess/API/mac/WKView.mm:3468 > + drawingArea->waitForPossibleGeometryUpdate(); > + drawingArea->waitForPossibleGeometryUpdate(); Do we really want to wait for a whole second?
Fixed in: Committed revision 148331.