Bug 52089 - WebKit2: Add WKBundleFrameGetVisibleContentBounds()
Summary: WebKit2: Add WKBundleFrameGetVisibleContentBounds()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Jeff Miller
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-07 16:45 PST by Jeff Miller
Modified: 2011-01-08 14:41 PST (History)
1 user (show)

See Also:


Attachments
Patch (2.70 KB, patch)
2011-01-07 16:52 PST, Jeff Miller
jhoneycutt: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Miller 2011-01-07 16:45:57 PST
Add WKBundleFrameGetVisibleContentBounds().
Comment 1 Jeff Miller 2011-01-07 16:50:35 PST
Follow on to https://bugs.webkit.org/show_bug.cgi?id=51968.

This is to support the equivalent of IWebFramePrivate::frameBounds() from WebKit1.
Comment 2 Jeff Miller 2011-01-07 16:52:43 PST
Created attachment 78289 [details]
Patch
Comment 3 mitz 2011-01-08 14:15:24 PST
Comment on attachment 78289 [details]
Patch

I am going to land this
Comment 4 mitz 2011-01-08 14:20:19 PST
Fixed in <http://trac.webkit.org/changeset/75327>.