Bug 91180

Summary: [BlackBerry] Use fillBuffer() instead of a user-defined background image
Product: WebKit Reporter: Jakob Petsovits <jpetsovits>
Component: WebKit BlackBerryAssignee: Jakob Petsovits <jpetsovits>
Status: RESOLVED FIXED    
Severity: Normal CC: manyoso, mifenton, rwlbuis, staikos, tonikitoo, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.