From cfedd0d14bb2f520df501a7b5f039dc1149b6ed3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Pe=C3=B1a=20Moreno?= Date: Thu, 23 Sep 2021 23:11:11 +0000 Subject: [PATCH] Enable UsePageViewportInLCP by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: 1217362 Change-Id: I6b5403d8746249ab1fa3fc2a6c4f48c0e2749b7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3174501 Auto-Submit: Nicolás Peña Moreno Commit-Queue: Yoav Weiss Reviewed-by: Yoav Weiss Cr-Commit-Position: refs/heads/main@{#924523} NOKEYCHECK=True GitOrigin-RevId: 35ed65e158fae1f3fa93fd745ddab21058382cc3 --- blink/common/features.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blink/common/features.cc b/blink/common/features.cc index d0cff4b51f8..6c3eff41d75 100644 --- a/blink/common/features.cc +++ b/blink/common/features.cc @@ -977,7 +977,7 @@ const base::Feature kClipboardCustomFormats{"ClipboardCustomFormats", // Uses page viewport instead of frame viewport in the Largest Contentful Paint // heuristic where images occupying the full viewport are ignored. const base::Feature kUsePageViewportInLCP{"UsePageViewportInLCP", - base::FEATURE_DISABLED_BY_DEFAULT}; + base::FEATURE_ENABLED_BY_DEFAULT}; // Enable `Sec-CH-UA-Platform` client hint and request header to be sent by // default