Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(365)

Unified Diff: media/base/video_frame.h

Issue 11017060: Merge 159842 - ReadPixels from known-usable textures, and give SkBitmap its precious BGRA. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1271/src/
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/media/renderer_gpu_video_decoder_factories.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/video_frame.h
===================================================================
--- media/base/video_frame.h (revision 161172)
+++ media/base/video_frame.h (working copy)
@@ -76,7 +76,7 @@
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);
« no previous file with comments | « content/renderer/media/renderer_gpu_video_decoder_factories.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698