Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion specs/WPF_WebView2CompositionControl.md
Original file line number Diff line number Diff line change
Expand Up @@ -568,5 +568,5 @@ At a high level, the WebView2CompositionControl instantiates a CoreWebView2 in m
the regular WebView2 control, but connects to it and controls it using the CoreWebView2CompositionController
instead of the CoreWebView2Controller. The composition controller is given a WinComp visual to draw into,
and this visual is used to create a GraphicsCaptureSession. When frames from this capture session are
captured they are they rendered into a WPF Image element that's part of the control.
captured they are then rendered into a WPF Image element that's part of the control.