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

Unified Diff: content/child/child_thread_impl.h

Issue 2334533002: base: Move renderer threads to the appropriate cpuset. (Closed)
Patch Set: Created 4 years, 3 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: content/child/child_thread_impl.h
diff --git a/content/child/child_thread_impl.h b/content/child/child_thread_impl.h
index a66506aac5d5b40543b4381b7c933372cd31c29f..219a1eef69d055e1e71a8281bb734348fcde0c77 100644
--- a/content/child/child_thread_impl.h
+++ b/content/child/child_thread_impl.h
@@ -121,6 +121,9 @@ class CONTENT_EXPORT ChildThreadImpl
IPC::Sender* sender,
bool* out_of_memory);
+ void SetThreadAffinity(base::PlatformThreadId id,
+ base::ThreadPriority priority);
+
ChildSharedBitmapManager* shared_bitmap_manager() const {
return shared_bitmap_manager_.get();
}

Powered by Google App Engine
This is Rietveld 408576698