Bug 73796

Summary: WebPImageDecoder computes image width and height multiple times
Product: WebKit Reporter: noel gordon <noel.gordon>
Component: New BugsAssignee: noel gordon <noel.gordon>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, pascal.massimino, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 58851    
Attachments:
Description Flags
Patch none

Description noel gordon 2011-12-04 20:38:22 PST
The decoded image height and width are constants, so read them once rather than multiple times.
Comment 1 noel gordon 2011-12-04 20:43:24 PST
Created attachment 117834 [details]
Patch
Comment 2 WebKit Review Bot 2011-12-06 11:29:58 PST
Comment on attachment 117834 [details]
Patch

Clearing flags on attachment: 117834

Committed r102158: <http://trac.webkit.org/changeset/102158>
Comment 3 WebKit Review Bot 2011-12-06 11:30:02 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Pascal Massimino 2011-12-06 12:48:59 PST
LGTM.