Skip to content

Commit

Permalink
Add "focus-capturing-application" CaptureStartFocusBehavior
Browse files Browse the repository at this point in the history
This CL adds support for "focus-capturing-application"
CaptureStartFocusBehavior. It behaves the same as "no-focus-change".

Spec PR: w3c/mediacapture-screen-share#270

Bug: 1480383
Change-Id: Ibd0ce6b1f5fb83f5edc11fc6a7d47ccb5259ceae
  • Loading branch information
beaufortfrancois authored and chromium-wpt-export-bot committed Sep 8, 2023
1 parent c5182c2 commit 55bcbf7
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

'use strict';

const validFocusBehaviors = ['focus-captured-surface', 'no-focus-change'];
const validFocusBehaviors = [
'focus-capturing-application', 'focus-captured-surface', 'no-focus-change'
];
const validDisplaySurfaces = ['window', 'browser'];

test(() => {
Expand Down

0 comments on commit 55bcbf7

Please sign in to comment.