Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1335)

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

Issue 1151633004: Revert of Implement timers by posting delayed tasks (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« 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
This is Rietveld 408576698