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

Unified Diff: ash/touch/touch_observer_hud.h

Issue 37733003: Make GetRootWindow() return a Window instead of a RootWindow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: First cut for review/trybots 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: ash/touch/touch_observer_hud.h
diff --git a/ash/touch/touch_observer_hud.h b/ash/touch/touch_observer_hud.h
index b94cc1796924f87eaaf02a014450491f818cc035..2303fa848637407ec24924b2b54c5995d19c2acf 100644
--- a/ash/touch/touch_observer_hud.h
+++ b/ash/touch/touch_observer_hud.h
@@ -80,7 +80,7 @@ class ASH_EXPORT TouchObserverHUD
friend class TouchHudTest;
const int64 display_id_;
- aura::RootWindow* root_window_;
+ aura::Window* root_window_;
views::Widget* widget_;

Powered by Google App Engine
This is Rietveld 408576698