New issue
Advanced search Search tips

Issue 738772 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 728595
Owner:
Closed: Jul 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 2
Type: Bug

Blocked on:
issue 726576



Sign in to add a comment

PaintWorklet: Create at least two PaintWorkletGlobalScopes for a document

Project Member Reported by nhiroki@chromium.org, Jul 3 2017

Issue description

bool PaintWorklet::NeedsToCreateGlobalScope() {
  // "The user agent must have, and select from at least two
  // PaintWorkletGlobalScopes in the worklet's WorkletGlobalScopes list, unless
  // the user agent is under memory constraints."
  // https://drafts.css-houdini.org/css-paint-api-1/#drawing-an-image
  // TODO(nhiroki): In the current impl, we create only one global scope. We
  // should create at least two global scopes as the spec.
  return !GetNumberOfGlobalScopes();
}
 
Blockedon: 726576

Comment 2 by shend@chromium.org, Jul 3 2017

Components: -Blink>CSS Blink>Paint
Owner: ikilpatrick@chromium.org
Status: Assigned (was: Available)
Assigning to Ian for further triage.
Mergedinto: 728595
Status: Duplicate (was: Assigned)

Sign in to add a comment