Skip to content

Commit 2cacdc0

Browse files
vasilytChromium LUCI CQ
authored andcommitted
Fix UseRealColorSpaceForAndroidVideo in about://flags
In https://crrev.com/c/3200349 new about flag was introduced, but was the name in about_flags.cc was set wrong. This CL fixes it to match flag-metadata.json Bug: 1049192 Change-Id: Ic8f033de96cb5691aaeb308f53c45cdd43880c25 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3216556 Commit-Queue: Vasiliy Telezhnikov <[email protected]> Commit-Queue: Christian Dullweber <[email protected]> Auto-Submit: Vasiliy Telezhnikov <[email protected]> Reviewed-by: Christian Dullweber <[email protected]> Cr-Commit-Position: refs/heads/main@{#930201}
1 parent 4d7d652 commit 2cacdc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chrome/browser/about_flags.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7660,7 +7660,7 @@ const FeatureEntry kFeatureEntries[] = {
76607660
flag_descriptions::kWebMidiDescription, kOsAll,
76617661
FEATURE_VALUE_TYPE(features::kWebMidi)},
76627662
#if defined(OS_ANDROID)
7663-
{"canvas-oop-rasterization",
7663+
{"use-real-color-space-for-android-video",
76647664
flag_descriptions::kUseRealColorSpaceForAndroidVideoName,
76657665
flag_descriptions::kUseRealColorSpaceForAndroidVideoDescription,
76667666
kOsAndroid, FEATURE_VALUE_TYPE(media::kUseRealColorSpaceForAndroidVideo)},

0 commit comments

Comments
 (0)