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

Unified Diff: third_party/WebKit/Source/core/workers/WorkerGlobalScope.h

Issue 1441073006: Move throttling of background timers into the renderer scheduler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Try again for MSVC Created 5 years, 1 month 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
Index: third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
diff --git a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
index 51da5e3e2bdaee531e70ec17ecdfa6c5be6f74a8..124b7c3d62113c37892dd0e004ea0d094fee483d 100644
--- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
+++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
@@ -118,7 +118,6 @@ public:
bool isContextThread() const final;
bool isJSExecutionForbidden() const final;
- double timerAlignmentInterval() const final;
DOMTimerCoordinator* timers() final;
WorkerInspectorController* workerInspectorController() { return m_workerInspectorController.get(); }

Powered by Google App Engine
This is Rietveld 408576698