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

Unified Diff: Source/core/workers/WorkerThread.h

Issue 1162903005: 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/core/frame/DOMTimerCoordinator.cpp ('k') | Source/core/workers/WorkerThread.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/workers/WorkerThread.h
diff --git a/Source/core/workers/WorkerThread.h b/Source/core/workers/WorkerThread.h
index 0753bc3b766c0ec862f00feaafe5d1c87020077d..2405c86493da3a2d74d818d58207bc8e2333576c 100644
--- a/Source/core/workers/WorkerThread.h
+++ b/Source/core/workers/WorkerThread.h
@@ -48,6 +48,7 @@
class WorkerInspectorController;
class WorkerMicrotaskRunner;
class WorkerReportingProxy;
+class WorkerSharedTimer;
class WorkerThreadStartupData;
enum WorkerThreadStartMode {
@@ -130,6 +131,7 @@
virtual bool doIdleGc(double deadlineSeconds);
private:
+ friend class WorkerSharedTimer;
friend class WorkerMicrotaskRunner;
void stopInShutdownSequence();
« no previous file with comments | « Source/core/frame/DOMTimerCoordinator.cpp ('k') | Source/core/workers/WorkerThread.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698