Index: ash/display/display_manager.h |
diff --git a/ash/display/display_manager.h b/ash/display/display_manager.h |
index ef6780981c57a949d328ec850027b7eddc872dd6..4e03f336a85b01de798f6745747d6c5cf1d2d342 100644 |
--- a/ash/display/display_manager.h |
+++ b/ash/display/display_manager.h |
@@ -327,7 +327,7 @@ private: |
// The mapping from the display ID to its internal data. |
std::map<int64, DisplayInfo> display_info_; |
- // Selected resolutions for displays. Key is the displays' ID. |
+ // Selected resolutions in pixels for displays. Key is the displays' ID. |
std::map<int64, gfx::Size> resolutions_; |
// When set to true, the host window's resize event updates |