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

Unified Diff: content/child/blink_platform_impl.h

Issue 393283003: Add WorkerThread based methods for start/stop of worker threads. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add shared timer to WebThread. Created 6 years, 5 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/child/blink_platform_impl.cc » ('j') | content/child/webthread_impl.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/blink_platform_impl.h
diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
index e9d3e186cc9b2b1a73bbd6cf9b4438d114c9b913..42761b8be6d16d288f17f4217b4ae100f0ae76a3 100644
--- a/content/child/blink_platform_impl.h
+++ b/content/child/blink_platform_impl.h
@@ -148,6 +148,10 @@ class CONTENT_EXPORT BlinkPlatformImpl
const blink::WebWorkerRunLoop& runLoop) OVERRIDE;
virtual void didStopWorkerRunLoop(
const blink::WebWorkerRunLoop& runLoop) OVERRIDE;
+ virtual void didStartWorkerThread(
+ blink::WebThread* thread) OVERRIDE;
jochen (gone - plz use gerrit) 2014/07/17 09:48:03 nit. don't use OVERRIDE on blink API implementatio
nasko 2014/07/17 10:49:32 Done.
+ virtual void didStopWorkerThread(
+ blink::WebThread* thread) OVERRIDE;
virtual blink::WebCrypto* crypto() OVERRIDE;
void SetFlingCurveParameters(const std::vector<float>& new_touchpad,
« no previous file with comments | « no previous file | content/child/blink_platform_impl.cc » ('j') | content/child/webthread_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698