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

Unified Diff: content/common/gpu/media/gpu_video_decode_accelerator.cc

Issue 10662005: Use IPC::Sender and IPC::Listener in content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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/media/gpu_video_decode_accelerator.cc
diff --git a/content/common/gpu/media/gpu_video_decode_accelerator.cc b/content/common/gpu/media/gpu_video_decode_accelerator.cc
index 935f806be4a7e566f59642e0f41c9704b590f67f..32cf2663d8b32244c67c8d38d90e1dbd8b16fc90 100644
--- a/content/common/gpu/media/gpu_video_decode_accelerator.cc
+++ b/content/common/gpu/media/gpu_video_decode_accelerator.cc
@@ -45,7 +45,7 @@ static bool MakeDecoderContextCurrent(gpu::gles2::GLES2Decoder* decoder) {
}
GpuVideoDecodeAccelerator::GpuVideoDecodeAccelerator(
- IPC::Message::Sender* sender,
+ IPC::Sender* sender,
int32 host_route_id,
GpuCommandBufferStub* stub)
: sender_(sender),
« no previous file with comments | « content/common/gpu/media/gpu_video_decode_accelerator.h ('k') | content/common/indexed_db/indexed_db_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698