Chromium Code Reviews| Index: ash/display/display_util.h |
| diff --git a/ash/display/display_util.h b/ash/display/display_util.h |
| index f48ad34335acffeb53edb77a95efcfe75ffc7306..3267d7083c37a24a971dc7b0b02fc321c34b16fb 100644 |
| --- a/ash/display/display_util.h |
| +++ b/ash/display/display_util.h |
| @@ -63,7 +63,8 @@ ASH_EXPORT bool SetDisplayUIScale(int64_t display_id, float scale); |
| bool HasDisplayModeForUIScale(const DisplayInfo& info, float ui_scale); |
| // Computes the bounds that defines the bounds between two displays. |
| -void ComputeBoundary(const gfx::Display& primary_display, |
| +// Returns false if two displays does not intersect. |
|
stevenjb
2016/03/24 18:08:29
nit: s/does not/do not/
oshima
2016/03/24 20:37:19
Done.
|
| +bool ComputeBoundary(const gfx::Display& primary_display, |
| const gfx::Display& secondary_display, |
| gfx::Rect* primary_edge_in_screen, |
| gfx::Rect* secondary_edge_in_screen); |