Skip to content

Commit

Permalink
Enable UsePageViewportInLCP by default
Browse files Browse the repository at this point in the history
Bug: 1217362
Change-Id: I6b5403d8746249ab1fa3fc2a6c4f48c0e2749b7d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3174501
Auto-Submit: Nicolás Peña Moreno <[email protected]>
Commit-Queue: Yoav Weiss <[email protected]>
Reviewed-by: Yoav Weiss <[email protected]>
Cr-Commit-Position: refs/heads/main@{#924523}
NOKEYCHECK=True
GitOrigin-RevId: 35ed65e158fae1f3fa93fd745ddab21058382cc3
  • Loading branch information
npm1 authored and copybara-github committed Sep 23, 2021
1 parent 3c46e54 commit cfedd0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blink/common/features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cfedd0d

Please sign in to comment.