Bug 82561 - Fix return type for virtual borderBoundingBox method
Summary: Fix return type for virtual borderBoundingBox method
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Emil A Eklund
URL:
Keywords:
Depends on:
Blocks: 60318
  Show dependency treegraph
 
Reported: 2012-03-28 18:43 PDT by Emil A Eklund
Modified: 2012-03-30 17:53 PDT (History)
3 users (show)

See Also:


Attachments
Patch (5.14 KB, patch)
2012-03-28 19:02 PDT, Emil A Eklund
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.