Bug 95897 - [BlackBerry] Optimize BackingStorePrivate::isCurrentVisibleJob
Summary: [BlackBerry] Optimize BackingStorePrivate::isCurrentVisibleJob
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit BlackBerry (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-05 14:45 PDT by Leo Yang
Modified: 2012-09-05 15:02 PDT (History)
1 user (show)

See Also:


Attachments
Patch (2.85 KB, patch)
2012-09-05 14:54 PDT, Leo Yang
no flags Details | Formatted Diff | Diff

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