diff options
author | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-19 17:39:00 +0000 |
---|---|---|
committer | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-19 17:39:00 +0000 |
commit | 11eca6bf6ad140c344279678f55df5e919a695d3 (patch) | |
tree | 1176e9e023e3d59158b84040f99f5bc7688d2374 /media | |
parent | 06b43c8f5218332dd527a7611ca952eb16cdbe1d (diff) | |
download | chromium_src-11eca6bf6ad140c344279678f55df5e919a695d3.zip chromium_src-11eca6bf6ad140c344279678f55df5e919a695d3.tar.gz chromium_src-11eca6bf6ad140c344279678f55df5e919a695d3.tar.bz2 |
Rename webkit_media::VideoRendererImpl to webkit_media::SkCanvasVideoRenderer.
Review URL: https://chromiumcodereview.appspot.com/9255022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118322 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media')
-rw-r--r-- | media/filters/pipeline_integration_test.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/media/filters/pipeline_integration_test.cc b/media/filters/pipeline_integration_test.cc index f95fd34..eeb6d60 100644 --- a/media/filters/pipeline_integration_test.cc +++ b/media/filters/pipeline_integration_test.cc @@ -26,11 +26,11 @@ namespace media { // base renderer implementations are used to verify pipeline functionality. The // renderers used in these tests rely heavily on the AudioRendererBase & // VideoRendererBase implementations which contain a majority of the code used -// in the real AudioRendererImpl & VideoRendererImpl implementations used in the -// browser. The renderers in this test don't actually write data to a display or -// audio device. Both of these devices are simulated since they have little -// effect on verifying pipeline behavior and allow tests to run faster than -// real-time. +// in the real AudioRendererImpl & SkCanvasVideoRenderer implementations used in +// the browser. The renderers in this test don't actually write data to a +// display or audio device. Both of these devices are simulated since they have +// little effect on verifying pipeline behavior and allow tests to run faster +// than real-time. class PipelineIntegrationTest : public testing::Test { public: PipelineIntegrationTest() |