Bug 21118 - Make concept of blitting on scrolling cross-platform on ScrollView
Summary: Make concept of blitting on scrolling cross-platform on ScrollView
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks: 21083
  Show dependency treegraph
 
Reported: 2008-09-25 13:30 PDT by Dave Hyatt
Modified: 2008-09-25 13:49 PDT (History)
0 users

See Also:


Attachments
Patch (13.73 KB, patch)
2008-09-25 13:32 PDT, Dave Hyatt
hyatt: review-
Details | Formatted Diff | Diff
Patch #2 (15.64 KB, patch)
2008-09-25 13:36 PDT, Dave Hyatt
sam: review+
Details | Formatted Diff | Diff

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