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

Unified Diff: content/renderer/render_thread_impl.h

Issue 194393002: Implement renderer process side handler of WorkerProcessMsg_CreateWorker message. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: incorporated kinuko's comment Created 6 years, 9 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 | content/renderer/render_thread_impl.cc » ('j') | content/renderer/render_thread_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_thread_impl.h
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
index ca22017994b23c9c5f9beb3492a4ab0f40b6403d..60bd13f96a35d2afeeb95a1045d5cee64725db1f 100644
--- a/content/renderer/render_thread_impl.h
+++ b/content/renderer/render_thread_impl.h
@@ -30,6 +30,7 @@
class GrContext;
class SkBitmap;
struct ViewMsg_New_Params;
+struct WorkerProcessMsg_CreateWorker_Params;
namespace blink {
class WebGamepads;
@@ -397,6 +398,8 @@ class CONTENT_EXPORT RenderThreadImpl : public RenderThread,
blink::ScrollerStyle preferred_scroller_style,
bool redraw);
#endif
+ void OnCreateNewSharedWorker(
+ const WorkerProcessMsg_CreateWorker_Params& params);
void IdleHandlerInForegroundTab();
« no previous file with comments | « no previous file | content/renderer/render_thread_impl.cc » ('j') | content/renderer/render_thread_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698