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

Unified Diff: content/renderer/gpu/stream_texture_host_android.cc

Issue 1547073003: Switch to standard integer types in content/renderer/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/gpu/stream_texture_host_android.h ('k') | content/renderer/history_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/gpu/stream_texture_host_android.cc
diff --git a/content/renderer/gpu/stream_texture_host_android.cc b/content/renderer/gpu/stream_texture_host_android.cc
index fe63557ca2bd806b8b68ca508e3fc03e96c43bca..41e96b73c9d6e1715cd81734a5701aa6222bd020 100644
--- a/content/renderer/gpu/stream_texture_host_android.cc
+++ b/content/renderer/gpu/stream_texture_host_android.cc
@@ -24,7 +24,7 @@ StreamTextureHost::~StreamTextureHost() {
channel_->RemoveRoute(stream_id_);
}
-bool StreamTextureHost::BindToCurrentThread(int32 stream_id,
+bool StreamTextureHost::BindToCurrentThread(int32_t stream_id,
Listener* listener) {
listener_ = listener;
if (channel_.get() && stream_id && !stream_id_) {
« no previous file with comments | « content/renderer/gpu/stream_texture_host_android.h ('k') | content/renderer/history_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698