Bug 21118

Summary: Make concept of blitting on scrolling cross-platform on ScrollView
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: Layout and RenderingAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 21083    
Attachments:
Description Flags
Patch
hyatt: review-
Patch #2 sam: review+

Description Dave Hyatt 2008-09-25 13:30:08 PDT
Bug to track moving the m_staticBackground member up and make it cross-platform.
Comment 1 Dave Hyatt 2008-09-25 13:32:16 PDT
Created attachment 23819 [details]
Patch
Comment 2 Dave Hyatt 2008-09-25 13:34:13 PDT
Oops. Wrong value for m_canBlitOnScroll (hard to notice on Mac, since it really doesn't care about the variable).  New patch coming in a sec.
Comment 3 Dave Hyatt 2008-09-25 13:36:15 PDT
Created attachment 23820 [details]
Patch #2
Comment 4 Sam Weinig 2008-09-25 13:46:11 PDT
Comment on attachment 23820 [details]
Patch #2

Looks good with the change discussed in IRC.
Comment 5 Dave Hyatt 2008-09-25 13:49:36 PDT
Fixed in r36906.