Open
Bug 1627786
Opened 5 years ago
Updated 2 years ago
Considering using IDCompositionCaptureTest for screenshotting DirectComposition
Categories
(Core :: Graphics: WebRender, enhancement, P3)
Core
Graphics: WebRender
Tracking
()
NEW
People
(Reporter: jrmuizel, Unassigned)
References
(Blocks 1 open bug)
Details
This is the API that older versions of Edge used for implementing the screenshot WebDriver command.
There's an example of it being used here: https://github.com/ocalvo/WorkTests/blob/96cebbdd794ee25d1bb7b5e279f743ae9e06143e/MediaTestManaged/DCompHelpers.cs
The summary of it is that you ask for a visual to be rendered and then wait on an event for that to be done. It seems like a reasonable API but it's a bit unclear what the performance would be like.
Reporter | ||
Updated•5 years ago
|
Summary: Considering using IDCompositionCaptureTest for Screenshotting DirectComposition → Considering using IDCompositionCaptureTest for screenshotting DirectComposition
Updated•5 years ago
|
Blocks: WR-Win-Compositing
Priority: -- → P3
Updated•5 years ago
|
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•