Index: ppapi/thunk/ppb_video_frame_api.h |
diff --git a/ppapi/thunk/ppb_video_frame_api.h b/ppapi/thunk/ppb_video_frame_api.h |
index 9a088828d1f3f8abe64419a7664f5f49405f4425..d3c46b824ab2b47f6581b66d574f5c697ab1e1bb 100644 |
--- a/ppapi/thunk/ppb_video_frame_api.h |
+++ b/ppapi/thunk/ppb_video_frame_api.h |
@@ -24,7 +24,7 @@ class PPAPI_THUNK_EXPORT PPB_VideoFrame_API { |
virtual void* GetDataBuffer() = 0; |
virtual uint32_t GetDataBufferSize() = 0; |
- // Private APIs: |
+ // Methods used by Pepper internal implementation only. |
virtual MediaStreamFrame* GetFrameBuffer() = 0; |
virtual int32_t GetFrameBufferIndex() = 0; |
virtual void Invalidate() = 0; |