diff options
author | fischman@chromium.org <fischman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-21 20:53:26 +0000 |
---|---|---|
committer | fischman@chromium.org <fischman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-21 20:53:26 +0000 |
commit | e820c4535802af911e9a9f84b9d021475e0d902e (patch) | |
tree | 8950dab5d0ddc9fa9cfe273e23c0abe1076d6267 /media | |
parent | 0cdf1f9b79bb503b110cb257a18503e9ce016801 (diff) | |
download | chromium_src-e820c4535802af911e9a9f84b9d021475e0d902e.zip chromium_src-e820c4535802af911e9a9f84b9d021475e0d902e.tar.gz chromium_src-e820c4535802af911e9a9f84b9d021475e0d902e.tar.bz2 |
Correctify NativeTexture's description.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/9018017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115394 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media')
-rw-r--r-- | media/base/video_frame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media/base/video_frame.h b/media/base/video_frame.h index 86afeba..c776f5f 100644 --- a/media/base/video_frame.h +++ b/media/base/video_frame.h @@ -42,7 +42,7 @@ class MEDIA_EXPORT VideoFrame : public StreamSample { EMPTY, // An empty frame. ASCII, // A frame with ASCII content. For testing only. I420, // 12bpp YVU planar 1x1 Y, 2x2 UV samples. - NATIVE_TEXTURE, // Opaque native texture. Pixel-format agnostic. + NATIVE_TEXTURE, // Native texture. Pixel-format agnostic. }; // Creates a new frame in system memory with given parameters. Buffers for |