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

Unified Diff: ppapi/api/dev/ppb_video_layer_dev.idl

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/api/dev/ppb_video_decoder_dev.idl ('k') | ppapi/api/pp_graphics_3d.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/dev/ppb_video_layer_dev.idl
diff --git a/ppapi/api/dev/ppb_video_layer_dev.idl b/ppapi/api/dev/ppb_video_layer_dev.idl
index a98e1453e6605d969616d069e3110ff69c13ce7f..1ec50ec6444c5158aaea28444e274bd682220649 100644
--- a/ppapi/api/dev/ppb_video_layer_dev.idl
+++ b/ppapi/api/dev/ppb_video_layer_dev.idl
@@ -43,9 +43,9 @@ enum PP_VideoLayerMode_Dev {
/**
* PPB_VideoLayer is a mechanism to enhance rendering performance of video
- * content. Rendering is generally done by using PPB_Context3D or
+ * content. Rendering is generally done by using PPB_Graphics3D or
* PPB_Graphics2D, however for video content it is redundant to go through
- * PPB_Context3D or PPB_Graphics2D. PPB_VideoLayer allows video content to be
+ * PPB_Graphics3D or PPB_Graphics2D. PPB_VideoLayer allows video content to be
* rendered directly.
*
* PPB_VideoLayer can be used in two modes:
« no previous file with comments | « ppapi/api/dev/ppb_video_decoder_dev.idl ('k') | ppapi/api/pp_graphics_3d.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698