diff options
author | enal@chromium.org <enal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-13 21:20:48 +0000 |
---|---|---|
committer | enal@chromium.org <enal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-13 21:20:48 +0000 |
commit | 185e731d048127d0cc4356e8ad982475de627f83 (patch) | |
tree | 1625273190adacb879e72c61c89c5565b3f6686c /content | |
parent | c2fc938e7179cba010fffc079a3912857ade46ff (diff) | |
download | chromium_src-185e731d048127d0cc4356e8ad982475de627f83.zip chromium_src-185e731d048127d0cc4356e8ad982475de627f83.tar.gz chromium_src-185e731d048127d0cc4356e8ad982475de627f83.tar.bz2 |
Remove unused AudioBuffersState member.
Review URL: http://codereview.chromium.org/9689015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126474 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r-- | content/common/media/audio_messages.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/common/media/audio_messages.h b/content/common/media/audio_messages.h index eb61248..03d73a9 100644 --- a/content/common/media/audio_messages.h +++ b/content/common/media/audio_messages.h @@ -25,7 +25,6 @@ IPC_ENUM_TRAITS(ChannelLayout) IPC_STRUCT_TRAITS_BEGIN(AudioBuffersState) IPC_STRUCT_TRAITS_MEMBER(pending_bytes) IPC_STRUCT_TRAITS_MEMBER(hardware_delay_bytes) - IPC_STRUCT_TRAITS_MEMBER(timestamp) IPC_STRUCT_TRAITS_END() IPC_STRUCT_TRAITS_BEGIN(AudioParameters) |