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

Unified Diff: webkit/child/webkitplatformsupport_child_impl.h

Issue 16834004: move webkit/glue/worker_task_* to webkit/child/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 6 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 | « content/content_tests.gypi ('k') | webkit/child/webkitplatformsupport_child_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/child/webkitplatformsupport_child_impl.h
diff --git a/webkit/child/webkitplatformsupport_child_impl.h b/webkit/child/webkitplatformsupport_child_impl.h
index 8e23ead00689916c2c68eb33c03a56f9fda1c169..3e6026d4c76bbc3d051064b45dacaf2400915113 100644
--- a/webkit/child/webkitplatformsupport_child_impl.h
+++ b/webkit/child/webkitplatformsupport_child_impl.h
@@ -27,6 +27,11 @@ class WEBKIT_CHILD_EXPORT WebKitPlatformSupportChildImpl :
const WebKit::WebFloatPoint& velocity,
const WebKit::WebSize& cumulative_scroll) OVERRIDE;
+ virtual void didStartWorkerRunLoop(
+ const WebKit::WebWorkerRunLoop& runLoop) OVERRIDE;
+ virtual void didStopWorkerRunLoop(
+ const WebKit::WebWorkerRunLoop& runLoop) OVERRIDE;
+
scoped_ptr<FlingCurveConfiguration> fling_curve_configuration_;
};
« no previous file with comments | « content/content_tests.gypi ('k') | webkit/child/webkitplatformsupport_child_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698