Vasiliy Telezhnikov would like Chromium LUCI CQ and Bo Liu to review this change.
Revert "Enable kWebViewSurfaceControlForTV by default"
This reverts commit 95f519125f9718a95ffb5262c08d85672b477aed.
Reason for revert: Causes problems on MediaTek SoCs
Original change's description:
> Enable kWebViewSurfaceControlForTV by default
>
> We're launching the feature. Feature flag is checked in two places[1][2]
>
> [2] is gated on IsUsingThreadSafeMediaForWebView which is enabled only
> on webview. [1] is checked in few places, but all of them are webview
> specific code except [3].
>
> [3] already returns true for clank universally and now will start
> returning true for webview/tv (it already returns true for non-tv).
>
> Based on this, we don't need any special handling of the feature flag
> between clank/webview, we can just turn it on.
>
> [1] https://source.chromium.org/chromium/chromium/src/+/main:components/viz/common/features.cc;drc=ad0b5be27291850e9e7dd78b33fdf31949168d50;l=441
> [2] https://source.chromium.org/chromium/chromium/src/+/main:gpu/config/gpu_finch_features.cc;drc=ad0b5be27291850e9e7dd78b33fdf31949168d50;l=775
> [3] https://source.chromium.org/chromium/chromium/src/+/main:components/viz/common/features.cc;drc=ad0b5be27291850e9e7dd78b33fdf31949168d50;l=451
>
> Bug: 40113791
> Change-Id: I8ff09d755c9ae866134fec496f6f7c50eccc57de
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7218369
> Reviewed-by: Bo Liu <bo...@chromium.org>
> Commit-Queue: Vasiliy Telezhnikov <vas...@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#1553484}
diff --git a/gpu/config/gpu_finch_features.cc b/gpu/config/gpu_finch_features.cc
index 72bcb30..149fa65 100644
--- a/gpu/config/gpu_finch_features.cc
+++ b/gpu/config/gpu_finch_features.cc
@@ -63,7 +63,7 @@
// Hardware Overlays for WebView.
BASE_FEATURE(kWebViewSurfaceControl, base::FEATURE_DISABLED_BY_DEFAULT);
-BASE_FEATURE(kWebViewSurfaceControlForTV, base::FEATURE_ENABLED_BY_DEFAULT);
+BASE_FEATURE(kWebViewSurfaceControlForTV, base::FEATURE_DISABLED_BY_DEFAULT);
// This is used as default state because it's different for webview and chrome.
// WebView hardcodes this as enabled in AwMainDelegate.
@@ -94,7 +94,7 @@
kRelaxLimitAImageReaderMaxSizeToOneManufacturerBlocklist{
&kRelaxLimitAImageReaderMaxSizeToOne,
"RelaxLimitAImageReaderMaxSizeToOneManufacturerBlocklist",
- "*Broadcom*|*Google*"};
+ "*Broadcom*"};
const base::FeatureParam<std::string>
kRelaxLimitAImageReaderMaxSizeToOneDeviceBlocklist{
&kRelaxLimitAImageReaderMaxSizeToOne,
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Please, take a look. Hope to land it before the branch today.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
The change is not in the configured time window. Rubber Stamper is only allowed to review reverts within 14 day(s). Learn more: go/rubber-stamper-user-guide.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
Thanks for the review.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |