Bug 87156 - Add record option to ImageBuffer(Skia)
Summary: Add record option to ImageBuffer(Skia)
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-22 12:11 PDT by Keyar Hood
Modified: 2013-04-09 13:16 PDT (History)
3 users (show)

See Also:


Attachments
Patch (8.21 KB, patch)
2012-05-22 12:47 PDT, Keyar Hood
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Keyar Hood 2012-05-22 12:11:19 PDT
We want to add a recording option to the ImageBuffer for the Skia drawing path. This will record what draw commands are being made to the Skia layer for later use.

We will also want to modify the DumpRenderTree program (and the scripts that call it) so that we can give it an option to dump out the results of this recording.
Comment 1 Keyar Hood 2012-05-22 12:47:12 PDT
Created attachment 143350 [details]
Patch