Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / ppapi / thunk / ppb_video_frame_api.h
index 9a08882..105d72b 100644 (file)
@@ -10,7 +10,7 @@
 
 namespace ppapi {
 
-union MediaStreamFrame;
+union MediaStreamBuffer;
 
 namespace thunk {
 
@@ -24,9 +24,9 @@ class PPAPI_THUNK_EXPORT PPB_VideoFrame_API {
   virtual void* GetDataBuffer() = 0;
   virtual uint32_t GetDataBufferSize() = 0;
 
-  // Private APIs:
-  virtual MediaStreamFrame* GetFrameBuffer() = 0;
-  virtual int32_t GetFrameBufferIndex() = 0;
+  // Methods used by Pepper internal implementation only.
+  virtual MediaStreamBuffer* GetBuffer() = 0;
+  virtual int32_t GetBufferIndex() = 0;
   virtual void Invalidate() = 0;
 };