| Index: ash/display/multi_display_manager.h
|
| diff --git a/ash/display/multi_display_manager.h b/ash/display/multi_display_manager.h
|
| index de3fd8012928176d8561a2c8f6c6baae35dc3833..18d952ba6af6b5219434cf8dd1c32a3eedf18f7c 100644
|
| --- a/ash/display/multi_display_manager.h
|
| +++ b/ash/display/multi_display_manager.h
|
| @@ -64,6 +64,9 @@ class ASH_EXPORT MultiDisplayManager : public aura::DisplayManager,
|
| bool UpdateWorkAreaOfDisplayNearestWindow(const aura::Window* window,
|
| const gfx::Insets& insets);
|
|
|
| + // Returns display for given |id|;
|
| + const gfx::Display& GetDisplayForId(int64 id) const;
|
| +
|
| // Finds the display that contains |point| in screeen coordinates.
|
| // Returns invalid display if there is no display that can satisfy
|
| // the condition.
|
|
|