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

Unified Diff: services/ui/display/platform_screen_impl_ozone.cc

Issue 2175243004: services/{ui,shell}: Change auto to not deduce raw pointers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update Created 4 years, 5 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 | « services/shell/service_manager.cc ('k') | services/ui/gles2/command_buffer_driver_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/display/platform_screen_impl_ozone.cc
diff --git a/services/ui/display/platform_screen_impl_ozone.cc b/services/ui/display/platform_screen_impl_ozone.cc
index 5f36de6395020f1a18528a57922f0ecbcb6b6068..89138f637a7a620c0da27bb7d8353b647b178117 100644
--- a/services/ui/display/platform_screen_impl_ozone.cc
+++ b/services/ui/display/platform_screen_impl_ozone.cc
@@ -72,7 +72,7 @@ void PlatformScreenImplOzone::OnDisplayModeChanged(
CHECK(!callback_.is_null());
gfx::Point origin;
- for (auto display : displays) {
+ for (auto* display : displays) {
const ui::DisplayMode* current_mode = display->current_mode();
gfx::Rect bounds(origin, current_mode->size());
« no previous file with comments | « services/shell/service_manager.cc ('k') | services/ui/gles2/command_buffer_driver_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698