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

Unified Diff: content/renderer/input/main_thread_input_event_filter.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
Index: content/renderer/input/main_thread_input_event_filter.cc
diff --git a/content/renderer/input/main_thread_input_event_filter.cc b/content/renderer/input/main_thread_input_event_filter.cc
index cd6c2eaccdb8d47030263364bf9a0a7603787a6f..61814c97dfa34ac857952e3913e73e710337b469 100644
--- a/content/renderer/input/main_thread_input_event_filter.cc
+++ b/content/renderer/input/main_thread_input_event_filter.cc
@@ -29,7 +29,7 @@ bool MainThreadInputEventFilter::OnMessageReceived(
}
bool MainThreadInputEventFilter::GetSupportedMessageClasses(
- std::vector<uint32>* supported_message_classes) const {
+ std::vector<uint32_t>* supported_message_classes) const {
supported_message_classes->push_back(InputMsgStart);
return true;
}
« no previous file with comments | « content/renderer/input/main_thread_input_event_filter.h ('k') | content/renderer/input/render_widget_input_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698