New issue
Advanced search Search tips

Issue 884711 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner: ----
Closed: Sep 24
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Feature

Blocking:
issue 829967



Sign in to add a comment

PaintWorklet: Add flag to control whether off-thread PaintWorklet is used

Project Member Reported by smcgruer@chromium.org, Sep 17

Issue description

This can probably be added alongside the first CL that requires it, but creating this bug for tracking purposes.

We can probably just implement this as a default-false blink feature (aka in https://cs.chromium.org/chromium/src/third_party/blink/renderer/platform/runtime_enabled_features.json5), and let the cc-side of the code be always on but have no effect if an Off-Thread PaintWorklet isn't registered.
 
Blocking: 829967
Summary: PaintWorklet: Add flag to control whether off-thread PaintWorklet is used (was: PaintWorklet: Add kEnableOffThreadPaintWorklet flag to control whether off-thread PaintWorklet is used)
Project Member

Comment 3 by bugdroid1@chromium.org, Sep 24

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/6f91cc922ad89b7c573d3c0c25a5f711570996f2

commit 6f91cc922ad89b7c573d3c0c25a5f711570996f2
Author: Stephen McGruer <smcgruer@chromium.org>
Date: Mon Sep 24 17:12:04 2018

Add blink feature flag for Off-Thread PaintWorklet

Bug:  884711 
Change-Id: Ice9b8c2d260a98f5612884a19abca85d200e5ee4
Reviewed-on: https://chromium-review.googlesource.com/1240354
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Commit-Queue: Stephen McGruer <smcgruer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#593577}
[modify] https://crrev.com/6f91cc922ad89b7c573d3c0c25a5f711570996f2/third_party/blink/renderer/platform/runtime_enabled_features.json5

Status: Fixed (was: Available)

Sign in to add a comment