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

Unified Diff: ash/mus/test/wm_test_base.cc

Issue 2314203002: Move DisplayList to display; add ScreenBase. (Closed)
Patch Set: Created 4 years, 3 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: ash/mus/test/wm_test_base.cc
diff --git a/ash/mus/test/wm_test_base.cc b/ash/mus/test/wm_test_base.cc
index 3124d9df2e61a4883e0bd633f9b5056425794077..520e3e1a3425b41c122dde8cf2cb5ae8725a6fea 100644
--- a/ash/mus/test/wm_test_base.cc
+++ b/ash/mus/test/wm_test_base.cc
@@ -117,7 +117,7 @@ void WmTestBase::UpdateDisplay(const std::string& display_spec) {
roots[0]->display_.set_work_area(work_area);
roots[0]->root()->SetBounds(gfx::Rect(bounds.size()));
test_helper_->screen()->display_list()->UpdateDisplay(
- roots[0]->display(), views::DisplayList::Type::PRIMARY);
+ roots[0]->display(), display::DisplayList::Type::PRIMARY);
}
ui::Window* WmTestBase::GetPrimaryRootWindow() {

Powered by Google App Engine
This is Rietveld 408576698