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

Unified Diff: blimp/engine/ui/blimp_screen.cc

Issue 1538253002: Switch to standard integer types in blimp/. (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: blimp/engine/ui/blimp_screen.cc
diff --git a/blimp/engine/ui/blimp_screen.cc b/blimp/engine/ui/blimp_screen.cc
index 0e38138946741371842bd4a3b99404d3d5fff3fc..1f9a32dded4f39d4003803cfb686406bd3d45471 100644
--- a/blimp/engine/ui/blimp_screen.cc
+++ b/blimp/engine/ui/blimp_screen.cc
@@ -9,7 +9,7 @@ namespace engine {
namespace {
-const int64 kDisplayId = 1;
+const int64_t kDisplayId = 1;
const int kNumDisplays = 1;
} // namespace
« no previous file with comments | « blimp/engine/browser/engine_render_widget_message_processor.h ('k') | blimp/engine/ui/blimp_ui_context_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698