Bug 76971 - Move RenderLayer::scrolledContentOffset calls to a common function
Summary: Move RenderLayer::scrolledContentOffset calls to a common function
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Julien Chaffraix
URL:
Keywords:
Depends on:
Blocks: 75568
  Show dependency treegraph
 
Reported: 2012-01-24 18:01 PST by Julien Chaffraix
Modified: 2012-02-21 11:59 PST (History)
0 users

See Also:


Attachments
Proposed refactoring. (16.92 KB, patch)
2012-01-24 18:13 PST, Julien Chaffraix
no flags Details | Formatted Diff | Diff
Updated change, moved scrolledContentOffset down to RenderBox. (17.47 KB, patch)
2012-02-17 12:57 PST, Julien Chaffraix
no flags Details | Formatted Diff | Diff
Fixed small typo (LayoutSize vs IntSize). (17.46 KB, patch)
2012-02-21 11:12 PST, Julien Chaffraix
hyatt: review+
jchaffraix: commit-queue+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Chaffraix 2012-01-24 18:01:56 PST
This is a first refactoring towards lazily allocating our layers as part of bug 75568.

Once all callers go through this new method we can add some layer() checks without having to patch all the call sites.
Comment 1 Julien Chaffraix 2012-01-24 18:13:11 PST
Created attachment 123868 [details]
Proposed refactoring.
Comment 2 Julien Chaffraix 2012-02-17 12:57:41 PST
Created attachment 127636 [details]
Updated change, moved scrolledContentOffset down to RenderBox.
Comment 3 Julien Chaffraix 2012-02-21 11:12:01 PST
Created attachment 128003 [details]
Fixed small typo (LayoutSize vs IntSize).
Comment 4 Dave Hyatt 2012-02-21 11:15:59 PST
Comment on attachment 128003 [details]
Fixed small typo (LayoutSize vs IntSize).

r=me
Comment 5 Julien Chaffraix 2012-02-21 11:59:52 PST
Committed r108382: <http://trac.webkit.org/changeset/108382>