commit | e5ca636dd1b50cc61275d0f686aea895d2f42ee2 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Mar 30 09:45:58 2012 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Mar 30 09:45:58 2012 |
tree | 7cd49f805653764a7e501d0f494b83ba09cf3c9b | |
parent | 0d47474882642ea12d5c81170621cd826085b09c [diff] [blame] |
Replace the unnecessary VDA::Profile typedef with media::VideoCodecProfile Originally landed as: http://src.chromium.org/viewvc/chrome?view=rev&revision=129752 Reverted in: http://src.chromium.org/viewvc/chrome?view=rev&revision=129765 Review URL: http://codereview.chromium.org/9863027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129816 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/content/common/gpu/gpu_command_buffer_stub.cc b/content/common/gpu/gpu_command_buffer_stub.cc index 6d92774..e988685 100644 --- a/content/common/gpu/gpu_command_buffer_stub.cc +++ b/content/common/gpu/gpu_command_buffer_stub.cc
@@ -549,7 +549,7 @@ } void GpuCommandBufferStub::OnCreateVideoDecoder( - media::VideoDecodeAccelerator::Profile profile, + media::VideoCodecProfile profile, IPC::Message* reply_message) { int decoder_route_id = channel_->GenerateRouteID(); GpuCommandBufferMsg_CreateVideoDecoder::WriteReplyParams(