summaryrefslogtreecommitdiffstats
path: root/ash/display/display_info.h
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-08 19:24:35 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-08 19:24:35 +0000
commit5e4891b0b5baabfc0460b030ff75cccd17a24c61 (patch)
treefc0b35bcff96fddb4dddde86417c6f89c855e6bf /ash/display/display_info.h
parent1ffba14a1947d0613e84e28c7eb476e3dabf3531 (diff)
downloadchromium_src-5e4891b0b5baabfc0460b030ff75cccd17a24c61.zip
chromium_src-5e4891b0b5baabfc0460b030ff75cccd17a24c61.tar.gz
chromium_src-5e4891b0b5baabfc0460b030ff75cccd17a24c61.tar.bz2
Update the selected resolution to the resolution that is actually selected.
BUG=309720 TEST=covered by test. Also tested manually R=mukai@chromium.org Review URL: https://codereview.chromium.org/106673003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243627 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/display/display_info.h')
-rw-r--r--ash/display/display_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/display/display_info.h b/ash/display/display_info.h
index 69b83dc..ca6f270 100644
--- a/ash/display/display_info.h
+++ b/ash/display/display_info.h
@@ -100,7 +100,7 @@ class ASH_EXPORT DisplayInfo {
// The native bounds for the display. The size of this can be
// different from the |size_in_pixel| when overscan insets are set
// and/or |configured_ui_scale_| is set.
- const gfx::Rect bounds_in_native() const {
+ const gfx::Rect& bounds_in_native() const {
return bounds_in_native_;
}