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

Unified Diff: content/common/gpu/gpu_channel.h

Issue 23125014: Run VDA::Decode on GPU IO thread if VDA supports it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 4 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/common/gpu/gpu_channel.h
diff --git a/content/common/gpu/gpu_channel.h b/content/common/gpu/gpu_channel.h
index 0692b903b4fab7128f9c171a3c6a8dd24fcdc945..bb0496c466014c0394590abb66ab89ad299b4c46 100644
--- a/content/common/gpu/gpu_channel.h
+++ b/content/common/gpu/gpu_channel.h
@@ -137,6 +137,8 @@ class GpuChannel : public IPC::Listener,
// Called to add/remove a listener for a particular message routing ID.
void AddRoute(int32 route_id, IPC::Listener* listener);
void RemoveRoute(int32 route_id);
+ void AddMessageFilterRoute(int32 route_id, IPC::Listener* listener);
+ void RemoveMessageFilterRoute(int32 route_id);
gpu::PreemptionFlag* GetPreemptionFlag();
« no previous file with comments | « no previous file | content/common/gpu/gpu_channel.cc » ('j') | content/common/gpu/media/exynos_video_decode_accelerator.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698