Commit 70cfb787 authored by Tsuyoshi Horo's avatar Tsuyoshi Horo Committed by Commit Bot

Remove unused BlinkSchedulerHighPriorityInputOnCompositorThread

Bug: 1053702
Change-Id: I65814fdd8ba45c46195141c5d5303bf49baf2c81
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2397996Reviewed-by: default avatarKunihiko Sakamoto <ksakamoto@chromium.org>
Reviewed-by: default avatarKinuko Yasuda <kinuko@chromium.org>
Reviewed-by: default avatarBrian White <bcwhite@chromium.org>
Commit-Queue: Tsuyoshi Horo <horo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#805947}
parent ebcbb233
......@@ -706,27 +706,6 @@
]
}
],
"BlinkSchedulerHighPriorityInputOnCompositorThread": [
{
"platforms": [
"android",
"android_weblayer",
"chromeos",
"ios",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"BlinkSchedulerHighPriorityInputOnCompositorThread"
]
}
]
}
],
"BlinkSchedulerPerAgentSchedulingStudy": [
{
"platforms": [
......
......@@ -13,10 +13,6 @@
namespace blink {
namespace scheduler {
const base::Feature kHighPriorityInputOnCompositorThread{
"BlinkSchedulerHighPriorityInputOnCompositorThread",
base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kDedicatedWorkerThrottling{
"BlinkSchedulerWorkerThrottling", base::FEATURE_DISABLED_BY_DEFAULT};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment