Bug 49371

Summary: Make it possible to override the visibleContentRect
Product: WebKit Reporter: Kenneth Rohde Christiansen <kenneth>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: kling, zalan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Bug Depends on:    
Bug Blocks: 43852    
Attachments:
Description Flags
Patch kling: review+

Description Kenneth Rohde Christiansen 2010-11-11 01:23:59 PST
Make it possible to override the visibleContentRect in the case the client is handling the scrolling. This is similar to what the iPhone does.
Comment 1 Kenneth Rohde Christiansen 2010-11-11 01:32:48 PST
Created attachment 73590 [details]
Patch
Comment 2 Andreas Kling 2010-11-11 03:55:58 PST
Comment on attachment 73590 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=73590&action=review

r=me

> WebCore/platform/ScrollView.h:129
> +    // included. In the situation the client is responsible for the scrolling (ie. with a tiled backing store) it is possible to inform

s/inform/override/ perhaps?
Comment 3 Andreas Kling 2010-11-11 04:41:28 PST
Landed in <http://trac.webkit.org/changeset/71804>