Bug 49371 - Make it possible to override the visibleContentRect
Summary: Make it possible to override the visibleContentRect
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 43852
  Show dependency treegraph
 
Reported: 2010-11-11 01:23 PST by Kenneth Rohde Christiansen
Modified: 2010-11-11 04:41 PST (History)
2 users (show)

See Also:


Attachments
Patch (3.58 KB, patch)
2010-11-11 01:32 PST, Kenneth Rohde Christiansen
kling: review+
Details | Formatted Diff | Diff

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