Bug 92117 - [Chromium] Enable conversion between WebFloatRect and gfx::RectF
Summary: [Chromium] Enable conversion between WebFloatRect and gfx::RectF
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Leandro Graciá Gil
URL:
Keywords:
Depends on:
Blocks: 66687 91648
  Show dependency treegraph
 
Reported: 2012-07-24 07:45 PDT by Leandro Graciá Gil
Modified: 2012-07-24 12:48 PDT (History)
7 users (show)

See Also:


Attachments
Patch (2.20 KB, patch)
2012-07-24 07:48 PDT, Leandro Graciá Gil
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Leandro Graciá Gil 2012-07-24 07:45:12 PDT
WebFloatRects and gfx::RectFs are used by the custom find-in-page implementation of the Android port. We should allow conversion between WebFloatRect and gfx::RectF in the same way we already do with WebRect and gfx::Rect and other classes.
Comment 1 Leandro Graciá Gil 2012-07-24 07:48:35 PDT
Created attachment 154059 [details]
Patch
Comment 2 WebKit Review Bot 2012-07-24 10:20:45 PDT
Please wait for approval from abarth@webkit.org, dglazkov@chromium.org, fishd@chromium.org, jamesr@chromium.org or tkent@chromium.org before submitting, as this patch contains changes to the Chromium public API. See also https://trac.webkit.org/wiki/ChromiumWebKitAPI.
Comment 3 WebKit Review Bot 2012-07-24 12:48:30 PDT
Comment on attachment 154059 [details]
Patch

Clearing flags on attachment: 154059

Committed r123511: <http://trac.webkit.org/changeset/123511>
Comment 4 WebKit Review Bot 2012-07-24 12:48:34 PDT
All reviewed patches have been landed.  Closing bug.