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

Unified Diff: content/browser/accessibility/browser_accessibility_manager_win.cc

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
Index: content/browser/accessibility/browser_accessibility_manager_win.cc
diff --git a/content/browser/accessibility/browser_accessibility_manager_win.cc b/content/browser/accessibility/browser_accessibility_manager_win.cc
index aaecafb60e4d3c7c479cfe843475535bf3ae1759..015e18b0f85b5ec659941c2352d31bbcc0b1138e 100644
--- a/content/browser/accessibility/browser_accessibility_manager_win.cc
+++ b/content/browser/accessibility/browser_accessibility_manager_win.cc
@@ -31,7 +31,7 @@ namespace content {
// tree. This HWND is hooked up as the parent of the root object in the
// BrowserAccessibilityManager tree, so when any accessibility client
// calls ::WindowFromAccessibleObject, they get this HWND instead of the
-// DesktopRootWindowHostWin.
+// DesktopWindowTreeHostWin.
class AccessibleHWND
: public ATL::CWindowImpl<AccessibleHWND,
ATL::CWindow,
« no previous file with comments | « chrome/browser/ui/views/tabs/dock_info_win.cc ('k') | content/browser/renderer_host/input/synthetic_gesture_target_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698