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

Unified Diff: Source/core/workers/WorkerThreadStartupData.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 | « Source/core/workers/WorkerThread.cpp ('k') | Source/core/workers/WorkerThreadStartupData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/workers/WorkerThreadStartupData.h
diff --git a/Source/core/workers/WorkerThreadStartupData.h b/Source/core/workers/WorkerThreadStartupData.h
index 5bfd4fe33d06651fd2a7303af3476b73fe06a87b..db1058a5f90c2cf24c5f69819130ae4844a9d7b3 100644
--- a/Source/core/workers/WorkerThreadStartupData.h
+++ b/Source/core/workers/WorkerThreadStartupData.h
@@ -54,6 +54,7 @@ public:
~WorkerThreadStartupData();
+ // FIXME: public fields prefixed with m_? Lame?
KURL m_scriptURL;
String m_userAgent;
String m_sourceCode;
@@ -76,6 +77,7 @@ public:
// privileges are transferred.
const SecurityOrigin* m_starterOrigin;
OwnPtrWillBeMember<WorkerClients> m_workerClients;
+ int m_compositorId;
void trace(Visitor*);
« no previous file with comments | « Source/core/workers/WorkerThread.cpp ('k') | Source/core/workers/WorkerThreadStartupData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698