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

Unified Diff: webkit/child/worker_task_runner.h

Issue 148333009: Move webkit/child/webkitplatformsupport_child_impl to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add export macros for Mac and Android Created 6 years, 11 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
Index: webkit/child/worker_task_runner.h
diff --git a/webkit/child/worker_task_runner.h b/webkit/child/worker_task_runner.h
index f756c86755a5bb436ea9ba941b6e30ecdcf3c25f..b944f41f7f70436a41d1c943ba19592288f90dbb 100644
--- a/webkit/child/worker_task_runner.h
+++ b/webkit/child/worker_task_runner.h
@@ -36,15 +36,16 @@ class WEBKIT_CHILD_EXPORT WorkerTaskRunner {
void AddStopObserver(Observer* observer);
void RemoveStopObserver(Observer* observer);
+ public:
darin (slow to review) 2014/01/29 17:58:11 nit: google c++ style says to only write "public:"
+ void OnWorkerRunLoopStarted(const blink::WebWorkerRunLoop& loop);
+ void OnWorkerRunLoopStopped(const blink::WebWorkerRunLoop& loop);
+
private:
- friend class WebKitPlatformSupportChildImpl;
friend class WorkerTaskRunnerTest;
typedef std::map<int, blink::WebWorkerRunLoop> IDToLoopMap;
~WorkerTaskRunner();
- void OnWorkerRunLoopStarted(const blink::WebWorkerRunLoop& loop);
- void OnWorkerRunLoopStopped(const blink::WebWorkerRunLoop& loop);
struct ThreadLocalState;
base::ThreadLocalPointer<ThreadLocalState> current_tls_;
« webkit/child/webfallbackthemeengine_impl.h ('K') | « webkit/child/webthemeengine_impl_win.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698