Commit 9dc52654 authored by Steve Kobes's avatar Steve Kobes Committed by Commit Bot

Remove JankTrackingSweepLine base::Feature.

Bug: 1000716
Change-Id: I25013ba77c03a05357f787c4ecec540d0e54ddd1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1787348Reviewed-by: default avatarTimothy Dresser <tdresser@chromium.org>
Reviewed-by: default avatarAvi Drissman <avi@chromium.org>
Reviewed-by: default avatarJeremy Roman <jbroman@chromium.org>
Reviewed-by: default avatarBrian White <bcwhite@chromium.org>
Commit-Queue: Steve Kobes <skobes@chromium.org>
Cr-Commit-Position: refs/heads/master@{#693821}
parent cd01faf7
......@@ -486,12 +486,6 @@ void SetIndividualRuntimeFeatures(
WebRuntimeFeatures::EnableFractionalScrollOffsets(
base::FeatureList::IsEnabled(features::kFractionalScrollOffsets));
// TODO(yashard): Remove |enable_experimental_web_platform_features| flag
// since the feature should have been enabled when it is set to experimental
WebRuntimeFeatures::EnableJankTrackingSweepLine(
base::FeatureList::IsEnabled(blink::features::kJankTrackingSweepLine) ||
enable_experimental_web_platform_features);
WebRuntimeFeatures::EnableFirstContentfulPaintPlusPlus(
base::FeatureList::IsEnabled(
blink::features::kFirstContentfulPaintPlusPlus));
......
......@@ -3038,25 +3038,6 @@
]
}
],
"JankTrackingSweepLine": [
{
"platforms": [
"android",
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"JankTrackingSweepLine"
]
}
]
}
],
"KeyboardAccessoryAddressIPH": [
{
"platforms": [
......
......@@ -58,11 +58,6 @@ const base::Feature kFreezePurgeMemoryAllPagesFrozen{
const base::Feature kFreezeUserAgent{"FreezeUserAgent",
base::FEATURE_DISABLED_BY_DEFAULT};
// Enables the experimental sweep-line algorithm for tracking "jank" from
// layout objects changing their visual location between animation frames.
const base::Feature kJankTrackingSweepLine{"JankTrackingSweepLine",
base::FEATURE_DISABLED_BY_DEFAULT};
// Enable a new CSS property called backdrop-filter.
const base::Feature kCSSBackdropFilter {
"CSSBackdropFilter",
......
......@@ -29,7 +29,6 @@ BLINK_COMMON_EXPORT extern const base::Feature kFirstContentfulPaintPlusPlus;
BLINK_COMMON_EXPORT extern const base::Feature kFreezePurgeMemoryAllPagesFrozen;
BLINK_COMMON_EXPORT extern const base::Feature kFreezeUserAgent;
BLINK_COMMON_EXPORT extern const base::Feature kImplicitRootScroller;
BLINK_COMMON_EXPORT extern const base::Feature kJankTrackingSweepLine;
BLINK_COMMON_EXPORT extern const base::Feature kCSSBackdropFilter;
BLINK_COMMON_EXPORT extern const base::Feature kDisplayLocking;
BLINK_COMMON_EXPORT extern const base::Feature kFastBorderRadius;
......
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