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

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: Last few changes Sami requested 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 0a0c4cb4f0b8d8295f4e366fce19229b0d15b65a..b03f823e8bed6e7c21d67cf3203047be404dfb8f 100644
--- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
+++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
@@ -120,7 +120,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