Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(380)

Unified Diff: ui/gfx/display.h

Issue 10696002: ASH: Use virtual screen coordinates in Display::bounds() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/aura/single_display_manager.cc ('k') | ui/gfx/display.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/display.h
diff --git a/ui/gfx/display.h b/ui/gfx/display.h
index 0bc2630bd1397e2f167a545a8e6e681cd5c40150..7861ab43c0cbaae0a3791feb4770515c37cc23dc 100644
--- a/ui/gfx/display.h
+++ b/ui/gfx/display.h
@@ -75,9 +75,8 @@ class UI_EXPORT Display {
gfx::Size GetSizeInPixel() const;
#if defined(USE_AURA)
- // TODO(oshima): |bounds()| on ash is not screen's coordinate and
- // this is an workaround for this. This will be removed when ash
- // has true multi display support. crbug.com/119268.
+ // TODO(oshima|skuhne): Eliminate the use of bounds_in_pixel in events_x.cc
+ // and remove bounds_in_pixel from gfx::Display.
// Returns the display's bounds in pixel coordinates.
const Rect& bounds_in_pixel() const { return bounds_in_pixel_; }
#endif
« no previous file with comments | « ui/aura/single_display_manager.cc ('k') | ui/gfx/display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698