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

Unified Diff: ui/ozone/platform/dri/chromeos/native_display_delegate_dri.cc

Issue 247933003: ozone: caca: Fix the build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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
« no previous file with comments | « ui/ozone/platform/caca/ozone_platform_caca.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/dri/chromeos/native_display_delegate_dri.cc
diff --git a/ui/ozone/platform/dri/chromeos/native_display_delegate_dri.cc b/ui/ozone/platform/dri/chromeos/native_display_delegate_dri.cc
index 8d3ce4f6e17129cecb6998efe5ee0c830b091a05..cb73a964446b288fefd75df9b3dc054984856a58 100644
--- a/ui/ozone/platform/dri/chromeos/native_display_delegate_dri.cc
+++ b/ui/ozone/platform/dri/chromeos/native_display_delegate_dri.cc
@@ -13,7 +13,7 @@
namespace ui {
namespace {
-const int kMaxDisplayCount = 2;
+const size_t kMaxDisplayCount = 2;
} // namespace
NativeDisplayDelegateDri::NativeDisplayDelegateDri(
« no previous file with comments | « ui/ozone/platform/caca/ozone_platform_caca.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698