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

Unified Diff: chrome/gpu/gpu_video_service.cc

Issue 6557006: Moved creation of GPU transfer buffers into the browser process.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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: chrome/gpu/gpu_video_service.cc
===================================================================
--- chrome/gpu/gpu_video_service.cc (revision 75655)
+++ chrome/gpu/gpu_video_service.cc (working copy)
@@ -63,7 +63,7 @@
decoder_info.decoder = new GpuVideoDecoder(MessageLoop::current(),
decoder_host_id,
channel,
- channel->renderer_handle(),
+ channel->renderer_process(),
gles2_decoder);
decoder_info.channel = channel;
decoder_map_[decoder_id] = decoder_info;

Powered by Google App Engine
This is Rietveld 408576698