diff options
author | derat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-21 16:23:59 +0000 |
---|---|---|
committer | derat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-21 16:23:59 +0000 |
commit | 21e3ae2db49c5f9421974ddc471f8d82c555eaed (patch) | |
tree | 038bcc706793f297b9c1085a8c90db2e246fde75 /ui/gfx/display.h | |
parent | 0349c14c9c1b9ebeaba1aea308f3c2e4281fe2bd (diff) | |
download | chromium_src-21e3ae2db49c5f9421974ddc471f8d82c555eaed.zip chromium_src-21e3ae2db49c5f9421974ddc471f8d82c555eaed.tar.gz chromium_src-21e3ae2db49c5f9421974ddc471f8d82c555eaed.tar.bz2 |
Fix NOTIMPLEMENTED() in TabStrip::GetDropBounds() for Aura.
This adds a non-Windows implementation of code that checks
whether the drop target fully fits on the current monitor.
BUG=none
Review URL: https://chromiumcodereview.appspot.com/23818006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@224592 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gfx/display.h')
-rw-r--r-- | ui/gfx/display.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/gfx/display.h b/ui/gfx/display.h index c02c6b3..17cedfe 100644 --- a/ui/gfx/display.h +++ b/ui/gfx/display.h @@ -12,6 +12,10 @@ namespace gfx { +// This class typically, but does not always, correspond to a physical display +// connected to the system. A fake Display may exist on a headless system, or a +// Display may correspond to a remote, virtual display. +// // Note: The screen and display currently uses pixel coordinate // system. For platforms that support DIP (density independent pixel), // |bounds()| and |work_area| will return values in DIP coordinate |