Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1173)

Unified Diff: media/video/video_decode_accelerator.cc

Issue 6901036: Update VideoDecode PPAPI structs to be consistent with media structures, part 1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing a few parameter types Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media/video/video_decode_accelerator.cc
diff --git a/media/video/video_decode_accelerator.cc b/media/video/video_decode_accelerator.cc
index c88d48a69f9082d58308930be77e0db94efd7f27..9063d68bdfe0b2dc87f4d6fb451c3ea400c46048 100644
--- a/media/video/video_decode_accelerator.cc
+++ b/media/video/video_decode_accelerator.cc
@@ -8,8 +8,4 @@ namespace media {
VideoDecodeAccelerator::~VideoDecodeAccelerator() {}
-VideoDecodeAccelerator::PictureBuffer::~PictureBuffer() {}
-
-VideoDecodeAccelerator::Picture::~Picture() {}
-
}

Powered by Google App Engine
This is Rietveld 408576698