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

Unified Diff: content/renderer/gpu/compositor_thread.h

Issue 11880014: cc: Set ui/gpu/cc/ipc/upload/raster thread priorities. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Address base feedback. Rebase. Created 7 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: content/renderer/gpu/compositor_thread.h
diff --git a/content/renderer/gpu/compositor_thread.h b/content/renderer/gpu/compositor_thread.h
index e0bc9f319a6a0e3bb286be919e8163feb9496e06..b7469e73fcde54f9ecee4bac6b2a238ab33cee7d 100644
--- a/content/renderer/gpu/compositor_thread.h
+++ b/content/renderer/gpu/compositor_thread.h
@@ -44,6 +44,8 @@ class CompositorThread {
MessageLoop* message_loop() { return thread_.message_loop(); }
+ void InitOnThread();
+
private:
// Callback only from the compositor's thread.
void RemoveInputHandler(int routing_id);

Powered by Google App Engine
This is Rietveld 408576698