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

Unified Diff: trunk/src/ash/touch/touch_hud_debug.cc

Issue 59153004: Revert 233787 "Eliminate Shell::RootWindowList in favor of aura:..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 1 month 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: trunk/src/ash/touch/touch_hud_debug.cc
===================================================================
--- trunk/src/ash/touch/touch_hud_debug.cc (revision 233812)
+++ trunk/src/ash/touch/touch_hud_debug.cc (working copy)
@@ -371,8 +371,8 @@
// static
scoped_ptr<DictionaryValue> TouchHudDebug::GetAllAsDictionary() {
scoped_ptr<DictionaryValue> value(new DictionaryValue());
- aura::Window::Windows roots = Shell::GetInstance()->GetAllRootWindows();
- for (aura::Window::Windows::iterator iter = roots.begin();
+ Shell::RootWindowList roots = Shell::GetInstance()->GetAllRootWindows();
+ for (Shell::RootWindowList::iterator iter = roots.begin();
iter != roots.end(); ++iter) {
internal::RootWindowController* controller = GetRootWindowController(*iter);
internal::TouchHudDebug* hud = controller->touch_hud_debug();
« no previous file with comments | « trunk/src/ash/tooltips/tooltip_controller_unittest.cc ('k') | trunk/src/ash/wm/ash_native_cursor_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698