summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/html/media/media_custom_controls_fullscreen_detector_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/html/media/media_custom_controls_fullscreen_detector_test.cc')
-rw-r--r--chromium/third_party/blink/renderer/core/html/media/media_custom_controls_fullscreen_detector_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/blink/renderer/core/html/media/media_custom_controls_fullscreen_detector_test.cc b/chromium/third_party/blink/renderer/core/html/media/media_custom_controls_fullscreen_detector_test.cc
index c3f10037478..c8616b2dc45 100644
--- a/chromium/third_party/blink/renderer/core/html/media/media_custom_controls_fullscreen_detector_test.cc
+++ b/chromium/third_party/blink/renderer/core/html/media/media_custom_controls_fullscreen_detector_test.cc
@@ -71,8 +71,8 @@ class MediaCustomControlsFullscreenDetectorTest
const IntRect& root_rect,
const IntRect& intersection_rect) {
return MediaCustomControlsFullscreenDetector::
- ComputeIsDominantVideoForTests(target_rect, root_rect,
- intersection_rect);
+ ComputeIsDominantVideoForTests(target_rect.Size(), root_rect.Size(),
+ intersection_rect.Size());
}
private: