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

Unified Diff: content/child/blink_platform_impl.cc

Issue 955883002: chrome: The last step of removing WebWorkerRunLoop. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-worker-runloop
Patch Set: . Created 5 years, 10 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 | « content/child/blink_platform_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/blink_platform_impl.cc
diff --git a/content/child/blink_platform_impl.cc b/content/child/blink_platform_impl.cc
index 0b8777cdc495c4766262d7604c9983b54c16640e..f4d609b2f3f9535a0e352baac876888faba54a2b 100644
--- a/content/child/blink_platform_impl.cc
+++ b/content/child/blink_platform_impl.cc
@@ -1038,20 +1038,6 @@ blink::WebGestureCurve* BlinkPlatformImpl::createFlingAnimationCurve(
is_main_thread).release();
}
-void BlinkPlatformImpl::didStartWorkerRunLoop(
- const blink::WebWorkerRunLoop& runLoop) {
- // TODO(sad): Remove once this is removed from the blink::Platform interface.
- // http://crbug.com/461664
- didStartWorkerRunLoop();
-}
-
-void BlinkPlatformImpl::didStopWorkerRunLoop(
- const blink::WebWorkerRunLoop& runLoop) {
- // TODO(sad): Remove once this is removed from the blink::Platform interface.
- // http://crbug.com/461664
- didStopWorkerRunLoop();
-}
-
void BlinkPlatformImpl::didStartWorkerRunLoop() {
WorkerTaskRunner* worker_task_runner = WorkerTaskRunner::Instance();
worker_task_runner->OnWorkerRunLoopStarted();
« no previous file with comments | « content/child/blink_platform_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698