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

Unified Diff: ppapi/shared_impl/video_decoder_impl.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/shared_impl/resource.h ('k') | ppapi/shared_impl/video_decoder_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/shared_impl/video_decoder_impl.h
diff --git a/ppapi/shared_impl/video_decoder_impl.h b/ppapi/shared_impl/video_decoder_impl.h
index 484577651e193f1a57bae45496db9b51d6144c98..754dd752aa3327ee848f19e4daac450528c3f24c 100644
--- a/ppapi/shared_impl/video_decoder_impl.h
+++ b/ppapi/shared_impl/video_decoder_impl.h
@@ -59,13 +59,13 @@ class PPAPI_SHARED_EXPORT VideoDecoderImpl
PP_CompletionCallback reset_callback_;
CallbackById bitstream_buffer_callbacks_;
- // The resource ID of the underlying Context3d object being used. Used only
+ // The resource ID of the underlying Graphics3D object being used. Used only
// for reference counting to keep it alive for the lifetime of |*this|.
PP_Resource graphics_context_;
- // Reference to the GLES2Implementation owned by |context3d_id_|.
- // Context3D is guaranteed to be alive for the lifetime of this class.
- // In the out-of-process case, Context3D's gles2_impl() exists in the plugin
+ // Reference to the GLES2Implementation owned by |graphics_context_|.
+ // Graphics3D is guaranteed to be alive for the lifetime of this class.
+ // In the out-of-process case, Graphics3D's gles2_impl() exists in the plugin
// process only, so gles2_impl_ is NULL in that case.
gpu::gles2::GLES2Implementation* gles2_impl_;
« no previous file with comments | « ppapi/shared_impl/resource.h ('k') | ppapi/shared_impl/video_decoder_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698