Chromium Code Reviews

Unified Diff: Source/web/tests/TextFinderTest.cpp

Issue 1167023002: Revert of Implement timers by posting delayed tasks (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/platform/scroll/ScrollableAreaTest.cpp ('k') | public/platform/Platform.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/TextFinderTest.cpp
diff --git a/Source/web/tests/TextFinderTest.cpp b/Source/web/tests/TextFinderTest.cpp
index be10b97b0315d08321b3007f9812c1dd62e7ec60..8e52ec365c84b1820fcc37deacbbb00cb604f254 100644
--- a/Source/web/tests/TextFinderTest.cpp
+++ b/Source/web/tests/TextFinderTest.cpp
@@ -421,6 +421,11 @@
return ensureFallback().monotonicallyIncreasingTime();
}
+ virtual void setSharedTimerFireInterval(double interval) override
+ {
+ ensureFallback().setSharedTimerFireInterval(interval);
+ }
+
virtual WebThread* currentThread() override { return ensureFallback().currentThread(); }
virtual WebUnitTestSupport* unitTestSupport() override { return ensureFallback().unitTestSupport(); }
virtual WebString defaultLocale() override { return ensureFallback().defaultLocale(); }
« no previous file with comments | « Source/platform/scroll/ScrollableAreaTest.cpp ('k') | public/platform/Platform.h » ('j') | no next file with comments »

Powered by Google App Engine