Index: third_party/WebKit/Source/core/html/shadow/MediaControlsOrientationLockDelegateTest.cpp |
diff --git a/third_party/WebKit/Source/core/html/shadow/MediaControlsOrientationLockDelegateTest.cpp b/third_party/WebKit/Source/core/html/shadow/MediaControlsOrientationLockDelegateTest.cpp |
index ad490be64e76657f9d37e70c51234d098adf2dd2..cb582741c8c4f154ca8a6ff3f3494cc487000cd3 100644 |
--- a/third_party/WebKit/Source/core/html/shadow/MediaControlsOrientationLockDelegateTest.cpp |
+++ b/third_party/WebKit/Source/core/html/shadow/MediaControlsOrientationLockDelegateTest.cpp |
@@ -169,13 +169,13 @@ class MediaControlsOrientationLockDelegateTest : public ::testing::Test { |
Fullscreen::requestFullscreen(video()); |
Fullscreen::from(document()).didEnterFullscreen(); |
- document().serviceScriptedAnimations(WTF::monotonicallyIncreasingTime()); |
+ testing::runPendingTasks(); |
} |
void simulateExitFullscreen() { |
Fullscreen::exitFullscreen(document()); |
Fullscreen::from(document()).didExitFullscreen(); |
- document().serviceScriptedAnimations(WTF::monotonicallyIncreasingTime()); |
+ testing::runPendingTasks(); |
} |
void simulateOrientationLock() { |