RESOLVED FIXED 116989
WKViews using shouldClipToVisibleRect=YES should respect prepareContentInRect: if called
https://bugs.webkit.org/show_bug.cgi?id=116989
Summary WKViews using shouldClipToVisibleRect=YES should respect prepareContentInRect...
Tim Horton
Reported 2013-05-29 12:56:30 PDT
For maximum overdraw potential in the UIProcess scrollview case. <rdar://problem/14007440>
Attachments
patch (4.96 KB, patch)
2013-05-29 16:39 PDT, Tim Horton
no flags
patch (4.76 KB, patch)
2013-05-29 16:44 PDT, Tim Horton
andersca: review+
Tim Horton
Comment 1 2013-05-29 16:39:41 PDT
Tim Horton
Comment 2 2013-05-29 16:41:06 PDT
Comment on attachment 203288 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=203288&action=review > Source/WebKit2/UIProcess/API/mac/WKView.mm:461 > + if (_data->_clipsToVisibleRect && !_data->_useContentPreparationRectForVisibleRect) Ignore this, I'm going to let visibleRect changes update here, now that we're intersecting.
Tim Horton
Comment 3 2013-05-29 16:44:29 PDT
Tim Horton
Comment 4 2013-05-29 16:52:23 PDT
Note You need to log in before you can comment on or make changes to this bug.