Index: ash/display/multi_display_manager.h |
diff --git a/ash/display/multi_display_manager.h b/ash/display/multi_display_manager.h |
index 0d2a4cf8134e888288ebe7230b7283e417c443aa..dfd6c6223235a97d3c0eec005f877fe93ed222a5 100644 |
--- a/ash/display/multi_display_manager.h |
+++ b/ash/display/multi_display_manager.h |
@@ -78,6 +78,11 @@ class ASH_EXPORT MultiDisplayManager : public aura::DisplayManager, |
// display's bounds change. |
void SetOverscanInsets(int64 display_id, const gfx::Insets& insets_in_dip); |
+ // Returns the current overscan insets for the specified |display_id|. |
+ // Returns an empty insets (0, 0, 0, 0) if no insets are specified for |
+ // the display. |
+ gfx::Insets GetOverscanInsets(int64 display_id); |
oshima
2012/10/19 23:05:33
const; (same for displaycontroller)
Jun Mukai
2012/10/19 23:08:36
Done.
|
+ |
// DisplayManager overrides: |
virtual void OnNativeDisplaysChanged( |
const std::vector<gfx::Display>& displays) OVERRIDE; |