Bug 116989

Summary: WKViews using shouldClipToVisibleRect=YES should respect prepareContentInRect: if called
Product: WebKit Reporter: Tim Horton <thorton>
Component: WebKit2Assignee: Tim Horton <thorton>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, sam, simon.fraser
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch
none
patch andersca: review+

Description Tim Horton 2013-05-29 12:56:30 PDT
For maximum overdraw potential in the UIProcess scrollview case.

<rdar://problem/14007440>
Comment 1 Tim Horton 2013-05-29 16:39:41 PDT
Created attachment 203288 [details]
patch
Comment 2 Tim Horton 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.
Comment 3 Tim Horton 2013-05-29 16:44:29 PDT
Created attachment 203290 [details]
patch
Comment 4 Tim Horton 2013-05-29 16:52:23 PDT
http://trac.webkit.org/changeset/150936