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

Unified Diff: ash/screen_ash.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 | « ash/display/multi_display_manager.cc ('k') | ash/screen_ash.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/screen_ash.h
diff --git a/ash/screen_ash.h b/ash/screen_ash.h
index 27bddb991228b19e46e427c5710089fd2db7e554..89220e23d50a637f97395f9a339c925aab813355 100644
--- a/ash/screen_ash.h
+++ b/ash/screen_ash.h
@@ -48,9 +48,13 @@ class ASH_EXPORT ScreenAsh : public gfx::Screen {
const gfx::Rect& rect);
// Returns a gfx::Display object for secondary display. Returns
- // ivalid display if there is no secondary display connected.
+ // invalid display if there is no secondary display connected.
static const gfx::Display& GetSecondaryDisplay();
+ // Returns a gfx::Display object for the specified id. Returns
+ // invalid display if no such display is connected.
+ static const gfx::Display& GetDisplayForId(int64 display_id);
+
protected:
// Implementation of gfx::Screen:
« no previous file with comments | « ash/display/multi_display_manager.cc ('k') | ash/screen_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698