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

Unified Diff: Source/core/workers/WorkerInspectorProxy.h

Issue 1140503003: workers: Change how debugger-tasks are posted to the thread. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: back-to-patchset2 Created 5 years, 7 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 | « no previous file | Source/core/workers/WorkerInspectorProxy.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/workers/WorkerInspectorProxy.h
diff --git a/Source/core/workers/WorkerInspectorProxy.h b/Source/core/workers/WorkerInspectorProxy.h
index a07e93cb2fd606d4e138774f9b5d567eefc6394d..31ceee807b1cf3eb1733cdae62c69c64a4bc17f6 100644
--- a/Source/core/workers/WorkerInspectorProxy.h
+++ b/Source/core/workers/WorkerInspectorProxy.h
@@ -6,12 +6,14 @@
#define WorkerInspectorProxy_h
#include "core/CoreExport.h"
+#include "public/platform/WebThread.h"
#include "wtf/Forward.h"
namespace blink {
class ExecutionContext;
class KURL;
+class WebTraceLocation;
class WorkerGlobalScopeProxy;
class WorkerThread;
@@ -46,6 +48,8 @@ public:
private:
WorkerInspectorProxy();
+ void addDebuggerTaskForWorker(const WebTraceLocation&, PassOwnPtr<WebThread::Task>);
+
WorkerThread* m_workerThread;
ExecutionContext* m_executionContext;
WorkerInspectorProxy::PageInspector* m_pageInspector;
« no previous file with comments | « no previous file | Source/core/workers/WorkerInspectorProxy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698