Bug 95897

Summary: [BlackBerry] Optimize BackingStorePrivate::isCurrentVisibleJob
Product: WebKit Reporter: Leo Yang <leoyang>
Component: WebKit BlackBerryAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: tonikitoo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Leo Yang 2012-09-05 14:45:52 PDT
The loop could be broke early if one of the not rendered rect is not in the regular job. Patch is coming soon.
Comment 1 Leo Yang 2012-09-05 14:54:35 PDT
Created attachment 162343 [details]
Patch
Comment 2 Leo Yang 2012-09-05 15:02:09 PDT
Committed r127650: <http://trac.webkit.org/changeset/127650>