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

Unified Diff: webkit/glue/webkitplatformsupport_impl.h

Issue 8785013: Track webcore worker message loops in chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove debug code Created 9 years 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
Index: webkit/glue/webkitplatformsupport_impl.h
diff --git a/webkit/glue/webkitplatformsupport_impl.h b/webkit/glue/webkitplatformsupport_impl.h
index 75f8baa0e1ae540d49ac0a64175e2fd2177de5d5..02a7266933f3b10a801aeea3cc8b412ec154cd9f 100644
--- a/webkit/glue/webkitplatformsupport_impl.h
+++ b/webkit/glue/webkitplatformsupport_impl.h
@@ -124,6 +124,11 @@ class WEBKIT_GLUE_EXPORT WebKitPlatformSupportImpl :
void SuspendSharedTimer();
void ResumeSharedTimer();
+ virtual void didStartWorkerRunLoop(
+ const WebKit::WebWorkerRunLoop& runLoop) OVERRIDE;
+ virtual void didStopWorkerRunLoop(
+ const WebKit::WebWorkerRunLoop& runLoop) OVERRIDE;
+
private:
void DoTimeout() {
if (shared_timer_func_ && !shared_timer_suspended_)

Powered by Google App Engine
This is Rietveld 408576698