Bug 91180 - [BlackBerry] Use fillBuffer() instead of a user-defined background image
Summary: [BlackBerry] Use fillBuffer() instead of a user-defined background image
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: Jakob Petsovits
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-12 18:44 PDT by Jakob Petsovits
Modified: 2012-07-13 08:53 PDT (History)
6 users (show)

See Also:


Attachments
Patch (14.98 KB, patch)
2012-07-12 18:49 PDT, Jakob Petsovits
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jakob Petsovits 2012-07-12 18:44:03 PDT
We want to save memory and make the background into anything the platform specifies, for instance a GL shader or a smart tiling implementation. For that purpose, the platform API is changing to make the existing checkerBuffer() into a more versatile fillBuffer(). In turn, we want to get rid of the existing customizable background image setting and just use whatever the system is providing. And also fix consistency for the overscroll color API. Patch below.
Comment 1 Jakob Petsovits 2012-07-12 18:49:36 PDT
Created attachment 152128 [details]
Patch
Comment 2 Rob Buis 2012-07-13 07:50:19 PDT
Comment on attachment 152128 [details]
Patch

LGTM.
Comment 3 WebKit Review Bot 2012-07-13 08:53:39 PDT
Comment on attachment 152128 [details]
Patch

Clearing flags on attachment: 152128

Committed r122587: <http://trac.webkit.org/changeset/122587>
Comment 4 WebKit Review Bot 2012-07-13 08:53:49 PDT
All reviewed patches have been landed.  Closing bug.