diff options
author | fischman@chromium.org <fischman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-03 05:50:29 +0000 |
---|---|---|
committer | fischman@chromium.org <fischman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-03 05:50:29 +0000 |
commit | ab6b6bd6a334ac3ee10dd440a40e2b33671d6061 (patch) | |
tree | d44ec42193380afe0b70f9eb3a801507c24a2f74 /media/base/video_frame.h | |
parent | 5024ce03bbb33f2748dcd5a68d2541b856963bcc (diff) | |
download | chromium_src-ab6b6bd6a334ac3ee10dd440a40e2b33671d6061.zip chromium_src-ab6b6bd6a334ac3ee10dd440a40e2b33671d6061.tar.gz chromium_src-ab6b6bd6a334ac3ee10dd440a40e2b33671d6061.tar.bz2 |
ReadPixels from known-usable textures, and give SkBitmap its precious BGRA.
BUG=153094
Review URL: https://chromiumcodereview.appspot.com/11043002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159842 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/base/video_frame.h')
-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 9d16d2c..1357db38 100644 --- a/media/base/video_frame.h +++ b/media/base/video_frame.h @@ -76,7 +76,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCountedThreadSafe<VideoFrame> { const base::Closure& no_longer_needed); // Read pixels from the native texture backing |*this| and write - // them to |*pixels| as RGBA. |pixels| must point to a buffer at + // them to |*pixels| as BGRA. |pixels| must point to a buffer at // least as large as 4*data_size().width()*data_size().height(). void ReadPixelsFromNativeTexture(void* pixels); |