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

Unified Diff: webrtc/modules/desktop_capture/differ_block.h

Issue 1362503003: Use suffixed {uint,int}{8,16,32,64}_t types. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: google::int32 Created 5 years, 3 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: webrtc/modules/desktop_capture/differ_block.h
diff --git a/webrtc/modules/desktop_capture/differ_block.h b/webrtc/modules/desktop_capture/differ_block.h
index e1d487d68bac9da48dd59b97e698237c8c1bb5ed..de46a6d495f70a590896a6e7f7c67324ababbc0e 100644
--- a/webrtc/modules/desktop_capture/differ_block.h
+++ b/webrtc/modules/desktop_capture/differ_block.h
@@ -16,7 +16,7 @@
namespace webrtc {
// Size (in pixels) of each square block used for diffing. This must be a
-// multiple of sizeof(uint64)/8.
+// multiple of sizeof(uint64_t)/8.
const int kBlockSize = 32;
// Format: BGRA 32 bit.

Powered by Google App Engine
This is Rietveld 408576698