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

Unified Diff: public/platform/WebWorkerRunLoop.h

Issue 474683003: Not for review - Rebase of crrev.com/62833003 Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 6 years, 2 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 | « public/platform/WebTeleporter.h ('k') | public/web/WebViewClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebWorkerRunLoop.h
diff --git a/public/platform/WebWorkerRunLoop.h b/public/platform/WebWorkerRunLoop.h
index 748d111a25722d813c934b89fd778df990c4b2e0..8b0fd981d1bd8748c41656886942fbe197ab6cd4 100644
--- a/public/platform/WebWorkerRunLoop.h
+++ b/public/platform/WebWorkerRunLoop.h
@@ -29,6 +29,7 @@
namespace blink {
+class WebTeleporter;
class WorkerThread;
class WebWorkerRunLoop {
@@ -44,9 +45,14 @@ public:
BLINK_EXPORT bool equals(const WebWorkerRunLoop&) const;
BLINK_EXPORT bool lessThan(const WebWorkerRunLoop&) const;
+ BLINK_EXPORT void setTeleporter(WebTeleporter*) const;
+
+ BLINK_EXPORT int compositorId() const;
+
#if BLINK_IMPLEMENTATION
WebWorkerRunLoop(WorkerThread*);
#endif
+ WebWorkerRunLoop() {} // TODO this is probably bad
private:
WorkerThread* m_workerThread;
« no previous file with comments | « public/platform/WebTeleporter.h ('k') | public/web/WebViewClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698