Index: ppapi/cpp/video_reader.h |
diff --git a/ppapi/cpp/video_reader.h b/ppapi/cpp/video_reader.h |
index 5304a79fe1bd33c6d63c0a8684a9adff266e0eb9..57e85a5c8f9dff9c53fdf35224378f8fab263364 100644 |
--- a/ppapi/cpp/video_reader.h |
+++ b/ppapi/cpp/video_reader.h |
@@ -44,13 +44,13 @@ class VideoReader : public Resource { |
/// Opens a stream for reading video and associates it with the given id. |
/// |
- /// @param[in] stream_id A string uniquely identifying the stream to read |
- /// from. |
+ /// @param[in] stream_id A <code>Var</code> uniquely identifying the stream |
+ /// to read from. |
/// @param[in] callback A <code>CompletionCallback</code> to be called upon |
/// completion of Open. |
/// |
/// @return A return code from <code>pp_errors.h</code>. |
- int32_t Open(const std::string& stream_id, |
+ int32_t Open(const Var& stream_id, |
const CompletionCallback& cc); |
/// Gets the next frame of video from the reader's stream. |