summaryrefslogtreecommitdiff
path: root/chromium/ui/gfx/display.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/gfx/display.h')
-rw-r--r--chromium/ui/gfx/display.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/chromium/ui/gfx/display.h b/chromium/ui/gfx/display.h
index 2282cb0a568..17cedfe38fe 100644
--- a/chromium/ui/gfx/display.h
+++ b/chromium/ui/gfx/display.h
@@ -7,11 +7,15 @@
#include "base/basictypes.h"
#include "base/compiler_specific.h"
-#include "ui/base/ui_export.h"
+#include "ui/gfx/gfx_export.h"
#include "ui/gfx/rect.h"
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