summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/html/lazy_load_image_observer.cc
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2021-05-20 09:47:09 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2021-06-07 11:15:42 +0000
commit189d4fd8fad9e3c776873be51938cd31a42b6177 (patch)
tree6497caeff5e383937996768766ab3bb2081a40b2 /chromium/third_party/blink/renderer/core/html/lazy_load_image_observer.cc
parent8bc75099d364490b22f43a7ce366b366c08f4164 (diff)
downloadqtwebengine-chromium-189d4fd8fad9e3c776873be51938cd31a42b6177.tar.gz
BASELINE: Update Chromium to 90.0.4430.221
Change-Id: Iff4d9d18d2fcf1a576f3b1f453010f744a232920 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/third_party/blink/renderer/core/html/lazy_load_image_observer.cc')
-rw-r--r--chromium/third_party/blink/renderer/core/html/lazy_load_image_observer.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/chromium/third_party/blink/renderer/core/html/lazy_load_image_observer.cc b/chromium/third_party/blink/renderer/core/html/lazy_load_image_observer.cc
index ecdfd944ccf..61b2779fffc 100644
--- a/chromium/third_party/blink/renderer/core/html/lazy_load_image_observer.cc
+++ b/chromium/third_party/blink/renderer/core/html/lazy_load_image_observer.cc
@@ -311,9 +311,9 @@ void LazyLoadImageObserver::OnVisibilityChanged(
visible_load_time_metrics.time_when_first_visible = base::TimeTicks::Now();
if (visible_load_time_metrics.time_when_first_load_finished.is_null()) {
// Note: If the WebEffectiveConnectionType enum ever gets out of sync
- // with net::EffectiveConnectionType, then both the AboveTheFold and
- // BelowTheFold histograms here will have to be updated to record the
- // sample in terms of net::EffectiveConnectionType instead of
+ // with mojom::blink::EffectiveConnectionType, then both the AboveTheFold
+ // and BelowTheFold histograms here will have to be updated to record the
+ // sample in terms of mojom::blink::EffectiveConnectionType instead of
// WebEffectiveConnectionType.
if (visible_load_time_metrics.is_initially_intersecting) {
UMA_HISTOGRAM_ENUMERATION(