diff options
author | wtc <wtc@chromium.org> | 2015-05-26 17:56:07 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-27 00:56:29 +0000 |
commit | 02a224c7240cc8c96282b62a8644cd2a66d5332e (patch) | |
tree | 12d4aec67acbfc149d729c266ca9d29f450b0079 | |
parent | 2a8128fc0c63c3e38ba25ddd82e09c586a8bd10d (diff) | |
download | chromium_src-02a224c7240cc8c96282b62a8644cd2a66d5332e.zip chromium_src-02a224c7240cc8c96282b62a8644cd2a66d5332e.tar.gz chromium_src-02a224c7240cc8c96282b62a8644cd2a66d5332e.tar.bz2 |
Fix type name typos in comments.
R=dalecurtis@chromium.org
BUG=none
TEST=none
Review URL: https://codereview.chromium.org/1159743004
Cr-Commit-Position: refs/heads/master@{#331494}
-rw-r--r-- | media/video/video_decode_accelerator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media/video/video_decode_accelerator.h b/media/video/video_decode_accelerator.h index 5ac87e6..53e18a7 100644 --- a/media/video/video_decode_accelerator.h +++ b/media/video/video_decode_accelerator.h @@ -19,7 +19,7 @@ namespace media { // Video decoder interface. // This interface is extended by the various components that ultimately -// implement the backend of PPB_VideoDecode_Dev. +// implement the backend of PPB_VideoDecoder_Dev. class MEDIA_EXPORT VideoDecodeAccelerator { public: // Specification of a decoding profile supported by an decoder. @@ -56,7 +56,7 @@ class MEDIA_EXPORT VideoDecodeAccelerator { // output picture and blitting them. These callbacks will not be made unless // Initialize() has returned successfully. // This interface is extended by the various layers that relay messages back - // to the plugin, through the PPP_VideoDecode_Dev interface the plugin + // to the plugin, through the PPP_VideoDecoder_Dev interface the plugin // implements. class MEDIA_EXPORT Client { public: |