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

Unified Diff: ash/display/display_util.h

Issue 1132303005: Correctly convert warp bounds from screen to native. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added SupportsMultipleDisplays check Created 5 years, 7 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 | « ash/ash.gyp ('k') | ash/display/display_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/display_util.h
diff --git a/ash/display/display_util.h b/ash/display/display_util.h
index 18420c4de56b0a8a8a0ad22a67638e153354e6f1..448f8899a2151ba2ac176572f1c280d4ff37a308 100644
--- a/ash/display/display_util.h
+++ b/ash/display/display_util.h
@@ -42,8 +42,8 @@ void ComputeBoundary(const gfx::Display& primary_display,
// Creates edge bounds from |bounds_in_screen| that fits the edge
// of the native window for |ash_host|.
-gfx::Rect GetNativeEdgeBounds(AshWindowTreeHost* ash_host,
- const gfx::Rect& bounds_in_screen);
+ASH_EXPORT gfx::Rect GetNativeEdgeBounds(AshWindowTreeHost* ash_host,
+ const gfx::Rect& bounds_in_screen);
// Moves the cursor to the point inside the |ash_host| that is closest to
// the point_in_screen, which may be outside of the root window.
« no previous file with comments | « ash/ash.gyp ('k') | ash/display/display_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698