Index: content/renderer/render_thread_impl.cc |
diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc |
index 31cb7bb3e5bb3b57ec149b16544b50d57537a0be..bfcb2c384bc509143fa37bc68a413b19d26f20db 100644 |
--- a/content/renderer/render_thread_impl.cc |
+++ b/content/renderer/render_thread_impl.cc |
@@ -886,12 +886,12 @@ void RenderThreadImpl::PostponeIdleNotification() { |
idle_notifications_to_skip_ = 2; |
} |
-scoped_refptr<media::GpuVideoDecoder::Factories> |
+scoped_refptr<media::GpuVideoDecoderFactories> |
RenderThreadImpl::GetGpuFactories() { |
DCHECK(IsMainThread()); |
const CommandLine* cmd_line = CommandLine::ForCurrentProcess(); |
- scoped_refptr<media::GpuVideoDecoder::Factories> gpu_factories; |
+ scoped_refptr<media::GpuVideoDecoderFactories> gpu_factories; |
WebGraphicsContext3DCommandBufferImpl* context3d = NULL; |
if (!cmd_line->HasSwitch(switches::kDisableAcceleratedVideoDecode)) |
context3d = GetGpuVDAContext3D(); |