Bug 76971

Summary: Move RenderLayer::scrolledContentOffset calls to a common function
Product: WebKit Reporter: Julien Chaffraix <jchaffraix>
Component: Layout and RenderingAssignee: Julien Chaffraix <jchaffraix>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 75568    
Attachments:
Description Flags
Proposed refactoring.
none
Updated change, moved scrolledContentOffset down to RenderBox.
none
Fixed small typo (LayoutSize vs IntSize). hyatt: review+, jchaffraix: commit-queue+

Julien Chaffraix
Reported 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.
Attachments
Proposed refactoring. (16.92 KB, patch)
2012-01-24 18:13 PST, Julien Chaffraix
no flags
Updated change, moved scrolledContentOffset down to RenderBox. (17.47 KB, patch)
2012-02-17 12:57 PST, Julien Chaffraix
no flags
Fixed small typo (LayoutSize vs IntSize). (17.46 KB, patch)
2012-02-21 11:12 PST, Julien Chaffraix
hyatt: review+
jchaffraix: commit-queue+
Julien Chaffraix
Comment 1 2012-01-24 18:13:11 PST
Created attachment 123868 [details] Proposed refactoring.
Julien Chaffraix
Comment 2 2012-02-17 12:57:41 PST
Created attachment 127636 [details] Updated change, moved scrolledContentOffset down to RenderBox.
Julien Chaffraix
Comment 3 2012-02-21 11:12:01 PST
Created attachment 128003 [details] Fixed small typo (LayoutSize vs IntSize).
Dave Hyatt
Comment 4 2012-02-21 11:15:59 PST
Comment on attachment 128003 [details] Fixed small typo (LayoutSize vs IntSize). r=me
Julien Chaffraix
Comment 5 2012-02-21 11:59:52 PST
Note You need to log in before you can comment on or make changes to this bug.