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

Unified Diff: chrome/browser/chromeos/display/overscan_calibrator.cc

Issue 37733003: Make GetRootWindow() return a Window instead of a RootWindow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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
Index: chrome/browser/chromeos/display/overscan_calibrator.cc
diff --git a/chrome/browser/chromeos/display/overscan_calibrator.cc b/chrome/browser/chromeos/display/overscan_calibrator.cc
index ed4adaeeb723312750637feef8c9c642c334179c..de8f1905c8c8eb47ac0c55a0d254329375ebe153 100644
--- a/chrome/browser/chromeos/display/overscan_calibrator.cc
+++ b/chrome/browser/chromeos/display/overscan_calibrator.cc
@@ -73,7 +73,7 @@ OverscanCalibrator::OverscanCalibrator(
ash::internal::DisplayInfo info = ash::Shell::GetInstance()->
display_manager()->GetDisplayInfo(display_.id());
- aura::RootWindow* root = ash::Shell::GetInstance()->display_controller()->
+ aura::Window* root = ash::Shell::GetInstance()->display_controller()->
GetRootWindowForDisplayId(display_.id());
ui::Layer* parent_layer = ash::Shell::GetContainer(
root, ash::internal::kShellWindowId_OverlayContainer)->layer();
« no previous file with comments | « ash/wm/workspace/workspace_window_resizer_unittest.cc ('k') | chrome/browser/download/drag_download_item_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698