summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/paint/image_paint_timing_detector.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/paint/image_paint_timing_detector.h')
-rw-r--r--chromium/third_party/blink/renderer/core/paint/image_paint_timing_detector.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/third_party/blink/renderer/core/paint/image_paint_timing_detector.h b/chromium/third_party/blink/renderer/core/paint/image_paint_timing_detector.h
index 802c124f9c2..dd7fa784da3 100644
--- a/chromium/third_party/blink/renderer/core/paint/image_paint_timing_detector.h
+++ b/chromium/third_party/blink/renderer/core/paint/image_paint_timing_detector.h
@@ -344,6 +344,8 @@ class CORE_EXPORT ImagePaintTimingDetector final
// image. This value is reset when paint is finished and is computed if unset
// when needed. 0 means that the size has not been computed.
absl::optional<uint64_t> viewport_size_;
+ // Whether the viewport size used is the page viewport.
+ bool uses_page_viewport_;
ImageRecordsManager records_manager_;
Member<LocalFrameView> frame_view_;