diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-09 04:18:26 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-09 04:18:26 +0000 |
commit | 41baaed86e5d839be5ae6f2dcaf579cf50f52b76 (patch) | |
tree | a4c315f0722aebe5a6835cc0b704c8e10779428a /ash/touch/touch_hud_projection.h | |
parent | a6aef3040058ef7c87746f6fd39f1a37c52b94c6 (diff) | |
download | chromium_src-41baaed86e5d839be5ae6f2dcaf579cf50f52b76.zip chromium_src-41baaed86e5d839be5ae6f2dcaf579cf50f52b76.tar.gz chromium_src-41baaed86e5d839be5ae6f2dcaf579cf50f52b76.tar.bz2 |
Remove some uses of RootWindow in Ash.
Adds a window() accessor to RootWindow. This is redundant now but necessary for when RootWindow is no longer a RootWindow. A subsequent CL will sever that relationship.
R=sky@chromium.org
http://crbug.com/308843
Review URL: https://codereview.chromium.org/67083004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234082 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/touch/touch_hud_projection.h')
-rw-r--r-- | ash/touch/touch_hud_projection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/touch/touch_hud_projection.h b/ash/touch/touch_hud_projection.h index 197482de6..59e86c8 100644 --- a/ash/touch/touch_hud_projection.h +++ b/ash/touch/touch_hud_projection.h @@ -18,7 +18,7 @@ class TouchPointView; // of TouchObserverHUD, objects of this class manage their own lifetime. class TouchHudProjection : public TouchObserverHUD { public: - explicit TouchHudProjection(aura::RootWindow* initial_root); + explicit TouchHudProjection(aura::Window* initial_root); // Overriden from TouchObserverHUD. virtual void Clear() OVERRIDE; |