Bug 116989 - WKViews using shouldClipToVisibleRect=YES should respect prepareContentInRect: if called
Summary: WKViews using shouldClipToVisibleRect=YES should respect prepareContentInRect...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Horton
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-05-29 12:56 PDT by Tim Horton
Modified: 2013-05-29 16:52 PDT (History)
3 users (show)

See Also:


Attachments
patch (4.96 KB, patch)
2013-05-29 16:39 PDT, Tim Horton
no flags Details | Formatted Diff | Diff
patch (4.76 KB, patch)
2013-05-29 16:44 PDT, Tim Horton
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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