Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(170)

Unified Diff: ash/display/multi_display_manager.h

Issue 11195036: Overscan calibration UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ash/display/multi_display_manager.cc » ('j') | ash/display/multi_display_manager.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..b8a7641948b83991d94079ced553415e5ae1c33f 100644
--- a/ash/display/multi_display_manager.h
+++ b/ash/display/multi_display_manager.h
@@ -78,6 +78,10 @@ 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 the display is not registered.
oshima 2012/10/19 19:36:11 if no insets are specified for the display.
Jun Mukai 2012/10/19 21:39:34 Done.
+ gfx::Insets GetOverscanInsets(int64 display_id);
+
// DisplayManager overrides:
virtual void OnNativeDisplaysChanged(
const std::vector<gfx::Display>& displays) OVERRIDE;
« no previous file with comments | « no previous file | ash/display/multi_display_manager.cc » ('j') | ash/display/multi_display_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698