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

Unified Diff: ppapi/cpp/dev/video_decoder_dev.h

Issue 8676042: Remove Context3D/Surface3D (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: style Created 9 years, 1 month 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
« no previous file with comments | « ppapi/cpp/dev/surface_3d_dev.cc ('k') | ppapi/cpp/dev/video_decoder_dev.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/dev/video_decoder_dev.h
diff --git a/ppapi/cpp/dev/video_decoder_dev.h b/ppapi/cpp/dev/video_decoder_dev.h
index b761ef15c583f5ffafa9a137a93535168e4c10dd..28b7bc251a45ed7d6c1f409ce6a2701d2bddc776 100644
--- a/ppapi/cpp/dev/video_decoder_dev.h
+++ b/ppapi/cpp/dev/video_decoder_dev.h
@@ -14,7 +14,6 @@
namespace pp {
-class Context3D_Dev;
class Graphics3D;
class Instance;
@@ -26,9 +25,6 @@ class VideoDecoder_Dev : public Resource {
public:
// See PPB_VideoDecoder_Dev::Create.
VideoDecoder_Dev(const Instance* instance,
- const Context3D_Dev& context,
- PP_VideoDecoder_Profile profile);
- VideoDecoder_Dev(const Instance* instance,
const Graphics3D& context,
PP_VideoDecoder_Profile profile);
« no previous file with comments | « ppapi/cpp/dev/surface_3d_dev.cc ('k') | ppapi/cpp/dev/video_decoder_dev.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698