Commit 6736d2d9 authored by fischman@chromium.org's avatar fischman@chromium.org

Revert 113899 - Add missing 'virtual'.

BUG=none
TEST=none

Review URL: http://codereview.chromium.org/8893020

TBR=fischman@chromium.org
Review URL: http://codereview.chromium.org/8893022

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113905 0039d316-1c4b-4281-b951-d872f2087c98
parent ae53fa9b
...@@ -29,7 +29,7 @@ class RendererGpuVideoDecoderFactories ...@@ -29,7 +29,7 @@ class RendererGpuVideoDecoderFactories
virtual ~RendererGpuVideoDecoderFactories(); virtual ~RendererGpuVideoDecoderFactories();
virtual media::VideoDecodeAccelerator* CreateVideoDecodeAccelerator( media::VideoDecodeAccelerator* CreateVideoDecodeAccelerator(
media::VideoDecodeAccelerator::Profile profile, media::VideoDecodeAccelerator::Profile profile,
media::VideoDecodeAccelerator::Client* client) OVERRIDE; media::VideoDecodeAccelerator::Client* client) OVERRIDE;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment