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

Unified Diff: public/platform/Platform.h

Issue 960443002: blink: Remove the use of WebWorkerRunLoop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | « Source/web/web.gypi ('k') | public/platform/WebWorkerRunLoop.h » ('j') | 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 2eb272dec58269129815ec6c9c52f187f72a7161..562aa1cc9017ff92c597bc1b64e3888c913f8974 100644
--- a/public/platform/Platform.h
+++ b/public/platform/Platform.h
@@ -107,7 +107,6 @@ class WebURL;
class WebURLLoader;
class WebUnitTestSupport;
class WebWaitableEvent;
-class WebWorkerRunLoop;
struct WebLocalizedString;
struct WebSize;
@@ -586,8 +585,8 @@ public:
// WebWorker ----------------------------------------------------------
- virtual void didStartWorkerRunLoop(const WebWorkerRunLoop&) { }
- virtual void didStopWorkerRunLoop(const WebWorkerRunLoop&) { }
+ virtual void didStartWorkerRunLoop() { }
+ virtual void didStopWorkerRunLoop() { }
// WebCrypto ----------------------------------------------------------
« no previous file with comments | « Source/web/web.gypi ('k') | public/platform/WebWorkerRunLoop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698