Bug 82561

Summary: Fix return type for virtual borderBoundingBox method
Product: WebKit Reporter: Emil A Eklund <eae>
Component: Layout and RenderingAssignee: Emil A Eklund <eae>
Status: RESOLVED FIXED    
Severity: Normal CC: eric, leviw, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 60318    
Attachments:
Description Flags
Patch none

Description Emil A Eklund 2012-03-28 18:43:33 PDT
The pure virtual definition of borderBoundingBox currently has it return a LayoutRect yet the actualv implementation returns an IntRect.
Comment 1 Emil A Eklund 2012-03-28 19:02:50 PDT
Created attachment 134476 [details]
Patch
Comment 2 Eric Seidel (no email) 2012-03-30 16:55:16 PDT
Comment on attachment 134476 [details]
Patch

OK.
Comment 3 WebKit Review Bot 2012-03-30 17:53:08 PDT
Comment on attachment 134476 [details]
Patch

Clearing flags on attachment: 134476

Committed r112756: <http://trac.webkit.org/changeset/112756>
Comment 4 WebKit Review Bot 2012-03-30 17:53:12 PDT
All reviewed patches have been landed.  Closing bug.