Index: ash/display/display_manager.h |
=================================================================== |
--- ash/display/display_manager.h (revision 182530) |
+++ ash/display/display_manager.h (working copy) |
@@ -59,6 +59,8 @@ |
bool IsInternalDisplayId(int64 id) const; |
+ uint64 internal_display_id() const { return internal_display_id_; } |
+ |
bool UpdateWorkAreaOfDisplayNearestWindow(const aura::Window* window, |
const gfx::Insets& insets); |
@@ -187,6 +189,8 @@ |
DisplayList displays_; |
+ int64 internal_display_id_; |
+ |
// An internal display cache used when the internal display is disconnectd. |
scoped_ptr<gfx::Display> internal_display_; |
Property changes on: ash/display/display_manager.h |
___________________________________________________________________ |
Added: svn:mergeinfo |