From 21e3ae2db49c5f9421974ddc471f8d82c555eaed Mon Sep 17 00:00:00 2001 From: "derat@chromium.org" Date: Sat, 21 Sep 2013 16:23:59 +0000 Subject: 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 --- ui/gfx/display.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ui/gfx/display.h') 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 -- cgit v1.1