Bug 93479

Summary: [BlackBerry] Add boundsOrigin accessors to LayerOverride
Product: WebKit Reporter: Antonio Gomes <tonikitoo>
Component: PlatformAssignee: Antonio Gomes <tonikitoo>
Status: RESOLVED FIXED    
Severity: Normal CC: anilsson, mifenton, rwlbuis, staikos, webkit.review.bot, yong.li.webkit
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 93478    
Bug Blocks:    
Attachments:
Description Flags
patch yong.li.webkit: review+

Description Antonio Gomes 2012-08-08 07:39:40 PDT
PR #188677

This is needed in order to allow us to directly set the boundsOrigin value to
the LayerCompositingThread and avoid it to get overridden by the respective
LayerWebKitThread's boundsOrigin value in the next commit.
Comment 1 Antonio Gomes 2012-08-08 08:25:30 PDT
Created attachment 157225 [details]
patch
Comment 2 Yong Li 2012-08-08 09:44:44 PDT
Comment on attachment 157225 [details]
patch 

LGTM
Comment 3 Antonio Gomes 2012-08-08 12:24:38 PDT
Committed <http://trac.webkit.org/changeset/125069>