Bug 87598

Summary: [BlackBerry] Always create a compositor
Product: WebKit Reporter: Arvid Nilsson <anilsson>
Component: WebKit BlackBerryAssignee: Arvid Nilsson <anilsson>
Status: RESOLVED FIXED    
Severity: Normal CC: kpiascik, manyoso, mifenton, mlattanzio, rwlbuis, staikos, tonikitoo, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 87590    
Bug Blocks: 87600    
Attachments:
Description Flags
Patch none

Arvid Nilsson
Reported 2012-05-27 15:00:12 PDT
There will likely be compositing layers either due to web content or due to overlays. Defer initialization of OpenGL objects (i.e., delay creation of the LayerRenderer object) until we actually need to draw and there are such layers, to avoid initializing OpenGL in the unlikely case that there are no compositing layers or overlay layers. PR #156811 Please note that this has not been internally reviewed yet, so it needs actual review. And also, it has a dependency that needs to be landed first.
Attachments
Patch (7.92 KB, patch)
2012-05-27 15:29 PDT, Arvid Nilsson
no flags
Arvid Nilsson
Comment 1 2012-05-27 15:29:26 PDT
Mike Fenton
Comment 2 2012-05-28 08:35:19 PDT
Comment on attachment 144241 [details] Patch Looks good to me.
Rob Buis
Comment 3 2012-05-28 10:03:22 PDT
Comment on attachment 144241 [details] Patch Ok.
WebKit Review Bot
Comment 4 2012-05-28 12:57:41 PDT
Comment on attachment 144241 [details] Patch Clearing flags on attachment: 144241 Committed r118704: <http://trac.webkit.org/changeset/118704>
WebKit Review Bot
Comment 5 2012-05-28 12:57:46 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.