| Index: webkit/plugins/ppapi/ppb_video_decoder_impl.cc
|
| diff --git a/webkit/plugins/ppapi/ppb_video_decoder_impl.cc b/webkit/plugins/ppapi/ppb_video_decoder_impl.cc
|
| index 9c8b37e1f3c8261ba487259c0eb296e9ca46d88c..919a1c820db7718b9e0578a7e296b54deb9a29db 100644
|
| --- a/webkit/plugins/ppapi/ppb_video_decoder_impl.cc
|
| +++ b/webkit/plugins/ppapi/ppb_video_decoder_impl.cc
|
| @@ -246,13 +246,6 @@ void PPB_VideoDecoder_Impl::NotifyFlushDone() {
|
| void PPB_VideoDecoder_Impl::NotifyInitializeDone() {
|
| NOTREACHED() << "PlatformVideoDecoder::Initialize() is synchronous!";
|
| }
|
| -void PPB_VideoDecoder_Impl::AddRefResource(PP_Resource resource) {
|
| - ResourceTracker::Get()->AddRefResource(resource);
|
| -}
|
| -
|
| -void PPB_VideoDecoder_Impl::UnrefResource(PP_Resource resource) {
|
| - ResourceTracker::Get()->UnrefResource(resource);
|
| -}
|
|
|
| } // namespace ppapi
|
| } // namespace webkit
|
|
|