| Index: ash/display/multi_display_manager.h
|
| diff --git a/ash/display/multi_display_manager.h b/ash/display/multi_display_manager.h
|
| index 1c29b023029d9d0eb67b4831fb5064e74effa601..c702dfb43b7115ec18efc1861995b8ff4e92f4ec 100644
|
| --- a/ash/display/multi_display_manager.h
|
| +++ b/ash/display/multi_display_manager.h
|
| @@ -59,6 +59,7 @@ class ASH_EXPORT MultiDisplayManager : public aura::DisplayManager,
|
| const aura::Window* window) const OVERRIDE;
|
| virtual const gfx::Display& GetDisplayMatching(
|
| const gfx::Rect& match_rect)const OVERRIDE;
|
| + virtual std::string GetDisplayNameAt(size_t index) OVERRIDE;
|
|
|
| // RootWindowObserver overrides:
|
| virtual void OnRootWindowResized(const aura::RootWindow* root,
|
| @@ -83,7 +84,7 @@ class ASH_EXPORT MultiDisplayManager : public aura::DisplayManager,
|
| DISALLOW_COPY_AND_ASSIGN(MultiDisplayManager);
|
| };
|
|
|
| -extern const aura::WindowProperty<int>* const kDisplayIdKey;
|
| +extern const aura::WindowProperty<int64>* const kDisplayIdKey;
|
|
|
| } // namespace internal
|
| } // namespace ash
|
|
|