diff options
author | fischman@chromium.org <fischman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-30 01:32:58 +0000 |
---|---|---|
committer | fischman@chromium.org <fischman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-30 01:32:58 +0000 |
commit | dde9a7c10c7a47969109aaac351f4684d62f4371 (patch) | |
tree | 69a02308107fc8389c53c36630636809402b98b6 /content/common/gpu/gpu_messages.h | |
parent | 9f36d9dfcdff3b243db84fa7772fd69f96ff898a (diff) | |
download | chromium_src-dde9a7c10c7a47969109aaac351f4684d62f4371.zip chromium_src-dde9a7c10c7a47969109aaac351f4684d62f4371.tar.gz chromium_src-dde9a7c10c7a47969109aaac351f4684d62f4371.tar.bz2 |
Replace the unnecessary VDA::Profile typedef with media::VideoCodecProfile
Review URL: http://codereview.chromium.org/9863027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129752 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/gpu/gpu_messages.h')
-rw-r--r-- | content/common/gpu/gpu_messages.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h index fe05f08..bd6ce94 100644 --- a/content/common/gpu/gpu_messages.h +++ b/content/common/gpu/gpu_messages.h @@ -144,7 +144,7 @@ IPC_ENUM_TRAITS(content::CauseForGpuLaunch) IPC_ENUM_TRAITS(gfx::GpuPreference) IPC_ENUM_TRAITS(gpu::error::ContextLostReason) -IPC_ENUM_TRAITS(media::VideoDecodeAccelerator::Profile) +IPC_ENUM_TRAITS(media::VideoCodecProfile) //------------------------------------------------------------------------------ // GPU Messages @@ -405,7 +405,7 @@ IPC_SYNC_MESSAGE_ROUTED1_2(GpuCommandBufferMsg_GetTransferBuffer, // Create and initialize a hardware video decoder, returning its new route_id. IPC_SYNC_MESSAGE_ROUTED1_1(GpuCommandBufferMsg_CreateVideoDecoder, - media::VideoDecodeAccelerator::Profile /* profile */, + media::VideoCodecProfile /* profile */, int /* route_id */) // Release all resources held by the named hardware video decoder. |