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

Unified Diff: ash/display/display_controller.cc

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/display_controller.h ('k') | ash/display/multi_display_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/display_controller.cc
diff --git a/ash/display/display_controller.cc b/ash/display/display_controller.cc
index b023cd9c5f7de846766d8158c8f3e560d0f3db00..c07841227390da9004b8dd51e2481b161031de2e 100644
--- a/ash/display/display_controller.cc
+++ b/ash/display/display_controller.cc
@@ -284,6 +284,10 @@ std::vector<aura::RootWindow*> DisplayController::GetAllRootWindows() {
return windows;
}
+gfx::Insets DisplayController::GetOverscanInsets(int64 display_id) const {
+ return GetDisplayManager()->GetOverscanInsets(display_id);
+}
+
std::vector<internal::RootWindowController*>
DisplayController::GetAllRootWindowControllers() {
std::vector<internal::RootWindowController*> controllers;
« no previous file with comments | « ash/display/display_controller.h ('k') | ash/display/multi_display_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698