Bug 139006 - Extend WKRenderObject and WKRenderLayer with some more useful data
Summary: Extend WKRenderObject and WKRenderLayer with some more useful data
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-22 15:11 PST by Simon Fraser (smfr)
Modified: 2019-01-29 01:15 PST (History)
4 users (show)

See Also:


Attachments
Patch (22.21 KB, patch)
2014-11-22 15:12 PST, Simon Fraser (smfr)
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2014-11-22 15:11:00 PST
Extend WKRenderObject and WKRenderLayer with some more useful data
Comment 1 Simon Fraser (smfr) 2014-11-22 15:12:42 PST
Created attachment 242123 [details]
Patch
Comment 2 Sam Weinig 2014-11-22 15:38:56 PST
Comment on attachment 242123 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=242123&action=review

> Source/WebKit2/Shared/API/c/WKRenderObject.cpp:51
> +    return 0;

nullptr?
Comment 3 Simon Fraser (smfr) 2014-11-23 22:04:34 PST
http://trac.webkit.org/changeset/176509