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

Unified Diff: trunk/src/chrome/browser/ui/views/frame/browser_desktop_root_window_host_win.h

Issue 77203002: Revert 236048 "Rename RootWindowHost* to WindowTreeHost*" (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/chrome/browser/ui/views/frame/browser_desktop_root_window_host_win.h
===================================================================
--- trunk/src/chrome/browser/ui/views/frame/browser_desktop_root_window_host_win.h (revision 236090)
+++ trunk/src/chrome/browser/ui/views/frame/browser_desktop_root_window_host_win.h (working copy)
@@ -21,25 +21,25 @@
class NativeMenuWin;
}
-class BrowserDesktopWindowTreeHostWin : public BrowserDesktopWindowTreeHost,
- public views::DesktopWindowTreeHostWin {
+class BrowserDesktopRootWindowHostWin : public BrowserDesktopRootWindowHost,
+ public views::DesktopRootWindowHostWin {
public:
- BrowserDesktopWindowTreeHostWin(
+ BrowserDesktopRootWindowHostWin(
views::internal::NativeWidgetDelegate* native_widget_delegate,
views::DesktopNativeWidgetAura* desktop_native_widget_aura,
BrowserView* browser_view,
BrowserFrame* browser_frame);
- virtual ~BrowserDesktopWindowTreeHostWin();
+ virtual ~BrowserDesktopRootWindowHostWin();
private:
views::NativeMenuWin* GetSystemMenu();
- // Overridden from BrowserDesktopWindowTreeHost:
- virtual DesktopWindowTreeHost* AsDesktopWindowTreeHost() OVERRIDE;
+ // Overridden from BrowserDesktopRootWindowHost:
+ virtual DesktopRootWindowHost* AsDesktopRootWindowHost() OVERRIDE;
virtual int GetMinimizeButtonOffset() const OVERRIDE;
virtual bool UsesNativeSystemMenu() const OVERRIDE;
- // Overridden from DesktopWindowTreeHostWin:
+ // Overridden from DesktopRootWindowHostWin:
virtual int GetInitialShowState() const OVERRIDE;
virtual bool GetClientAreaInsets(gfx::Insets* insets) const OVERRIDE;
virtual void HandleCreate() OVERRIDE;
@@ -72,7 +72,7 @@
// Necessary to avoid corruption on NC paint in Aero mode.
bool did_gdi_clear_;
- DISALLOW_COPY_AND_ASSIGN(BrowserDesktopWindowTreeHostWin);
+ DISALLOW_COPY_AND_ASSIGN(BrowserDesktopRootWindowHostWin);
};

Powered by Google App Engine
This is Rietveld 408576698