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

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

Issue 1016773002: MJPEG acceleration for video capture using VAAPI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix coded size, shm handle Created 5 years, 9 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 df2fd54576521d13adc53814647c3c37c1b8968d..ee5c2d28b29ee2a2fc9b23771f058da301612bb4 100644
--- a/content/common/gpu/gpu_channel.h
+++ b/content/common/gpu/gpu_channel.h
@@ -185,6 +185,9 @@ class GpuChannel : public IPC::Listener, public IPC::Sender,
int32 route_id,
bool* succeeded);
void OnDestroyCommandBuffer(int32 route_id);
+ void OnDevToolsStartEventsRecording(int32 route_id, bool* succeeded);
wuchengli 2015/03/23 06:30:14 What's this? Prefer not to include non-related cha
kcwu 2015/04/14 20:02:34 Done.
+ void OnDevToolsStopEventsRecording();
+ void OnCreateJpegDecoder(int32 route_id, bool* succeeded);
// Decrement the count of unhandled IPC messages and defer preemption.
void MessageProcessed();

Powered by Google App Engine
This is Rietveld 408576698