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

Unified Diff: content/renderer/media/video_capture_impl.cc

Issue 10451087: for readability review. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 7 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
Index: content/renderer/media/video_capture_impl.cc
===================================================================
--- content/renderer/media/video_capture_impl.cc (revision 139637)
+++ content/renderer/media/video_capture_impl.cc (working copy)
@@ -23,7 +23,7 @@
scoped_ptr<base::SharedMemory> dib;
scoped_refptr<media::VideoCapture::VideoFrameBuffer> mapped_memory;
- // Number of clients which hold this DIB.
+ // Number of clients which hold this DIB.
int references;
zunger 2012/07/09 20:08:26 Are you sure you want to use an unlocked int for a
wjia(left Chromium) 2012/07/10 17:32:28 Yes, DIBBuffer's are accessed only on capture thre
};

Powered by Google App Engine
This is Rietveld 408576698