Chromium Code Reviews

Unified Diff: public/platform/Platform.h

Issue 423303004: Change WokerThread to use a blink::WebThread (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove changes made to WebThread. Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/web/WebWorkerRunLoop.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/Platform.h
diff --git a/public/platform/Platform.h b/public/platform/Platform.h
index 259143d042d95541d8b18bded3782dbfab592196..a435b941113414d1affd31281b190af08ed7caab 100644
--- a/public/platform/Platform.h
+++ b/public/platform/Platform.h
@@ -597,6 +597,8 @@ public:
virtual void didStartWorkerRunLoop(const WebWorkerRunLoop&) { }
virtual void didStopWorkerRunLoop(const WebWorkerRunLoop&) { }
+ virtual void didStartWorkerThread(WebThread*) { }
+ virtual void didStopWorkerThread(WebThread*) { }
// WebCrypto ----------------------------------------------------------
« no previous file with comments | « Source/web/WebWorkerRunLoop.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine