From a564815aed4c8bd1e2c187f9024320f8bb3d3379 Mon Sep 17 00:00:00 2001 From: "scherkus@chromium.org" Date: Sat, 18 Jul 2009 03:37:43 +0000 Subject: Added reference counting to the Pipeline interface. BUG=17107 TEST=none Review URL: http://codereview.chromium.org/155713 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21044 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/glue/webmediaplayer_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webkit/glue/webmediaplayer_impl.h') diff --git a/webkit/glue/webmediaplayer_impl.h b/webkit/glue/webmediaplayer_impl.h index 5904023..3972653 100644 --- a/webkit/glue/webmediaplayer_impl.h +++ b/webkit/glue/webmediaplayer_impl.h @@ -237,7 +237,7 @@ class WebMediaPlayerImpl : public WebKit::WebMediaPlayer, scoped_refptr filter_factory_; // The actual pipeline and the thread it runs on. - scoped_ptr pipeline_; + scoped_refptr pipeline_; base::Thread pipeline_thread_; // Playback state. -- cgit v1.1