Index: extensions/shell/browser/shell_screen.h |
diff --git a/extensions/shell/browser/shell_screen.h b/extensions/shell/browser/shell_screen.h |
index fed63dfd58f1d7be4bb60a19fe73b5e60d6ec1d6..a2b5bd722cfc40665a4fe7ed0854b0c95820c320 100644 |
--- a/extensions/shell/browser/shell_screen.h |
+++ b/extensions/shell/browser/shell_screen.h |
@@ -43,6 +43,8 @@ class ShellScreen : public display::Screen, public aura::WindowObserver { |
gfx::NativeWindow GetWindowAtScreenPoint(const gfx::Point& point) override; |
int GetNumDisplays() const override; |
std::vector<display::Display> GetAllDisplays() const override; |
+ bool GetDisplayWithDisplayId(int64_t display_id, |
+ display::Display* display) const override; |
display::Display GetDisplayNearestWindow(gfx::NativeView view) const override; |
display::Display GetDisplayNearestPoint( |
const gfx::Point& point) const override; |