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

Unified Diff: ui/aura/root_window_host_mac.h

Issue 126513004: Rename RootWindowHost to WindowTreeHost (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 11 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
« no previous file with comments | « ui/aura/root_window.cc ('k') | ui/aura/root_window_host_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/root_window_host_mac.h
diff --git a/ui/aura/root_window_host_mac.h b/ui/aura/root_window_host_mac.h
index 20454f01897af155de039228cf0005f92384d55b..7cbf0829a8b20a39dd45f808b8a9fa9a5fcae25f 100644
--- a/ui/aura/root_window_host_mac.h
+++ b/ui/aura/root_window_host_mac.h
@@ -23,13 +23,13 @@ namespace internal {
class TouchEventCalibrate;
}
-class AURA_EXPORT RootWindowHostMac : public RootWindowHost {
+class AURA_EXPORT WindowTreeHostMac : public WindowTreeHost {
public:
- explicit RootWindowHostMac(const gfx::Rect& bounds);
- virtual ~RootWindowHostMac();
+ explicit WindowTreeHostMac(const gfx::Rect& bounds);
+ virtual ~WindowTreeHostMac();
private:
- // RootWindowHost Overrides.
+ // WindowTreeHost Overrides.
virtual RootWindow* GetRootWindow() OVERRIDE;
virtual gfx::AcceleratedWidget GetAcceleratedWidget() OVERRIDE;
virtual void Show() OVERRIDE;
@@ -55,7 +55,7 @@ class AURA_EXPORT RootWindowHostMac : public RootWindowHost {
private:
base::scoped_nsobject<NSWindow> window_;
- DISALLOW_COPY_AND_ASSIGN(RootWindowHostMac);
+ DISALLOW_COPY_AND_ASSIGN(WindowTreeHostMac);
};
} // namespace aura
« no previous file with comments | « ui/aura/root_window.cc ('k') | ui/aura/root_window_host_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698