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

Unified Diff: ash/devtools/ash_devtools_unittest.cc

Issue 2790583004: Add second copy request after screen rotation to flatten the layers in animation. (Closed)
Patch Set: Rebased on all the changes previously. Created 3 years, 8 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/devtools/ash_devtools_unittest.cc
diff --git a/ash/devtools/ash_devtools_unittest.cc b/ash/devtools/ash_devtools_unittest.cc
index fa58b51484c8574b472e9cf671b9f902fc679bd6..29d7ca1f487c60cf9b327a641cf9bb906ad2a2c5 100644
--- a/ash/devtools/ash_devtools_unittest.cc
+++ b/ash/devtools/ash_devtools_unittest.cc
@@ -178,7 +178,7 @@ void ExpectHighlighted(const gfx::Rect& bounds, int root_window_index) {
}
WmWindow* GetPrimaryRootWindow() {
- return WmShell::Get()->GetPrimaryRootWindow();
+ return ShellPort::Get()->GetPrimaryRootWindow();
oshima 2017/04/14 04:54:26 this isn't your change, is it?
wutao 2017/04/14 07:48:28 The old version is in my another cl (not landed ye
}
} // namespace

Powered by Google App Engine
This is Rietveld 408576698