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

Unified Diff: content/browser/renderer_host/render_widget_host_view_aura.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/renderer_host/render_widget_host_view_aura.cc
diff --git a/content/browser/renderer_host/render_widget_host_view_aura.cc b/content/browser/renderer_host/render_widget_host_view_aura.cc
index 2f018c178b771d68a9fc31651cb81be8ff07e246..a8eb716f9c55ebab17abd807fac033fecef3795b 100644
--- a/content/browser/renderer_host/render_widget_host_view_aura.cc
+++ b/content/browser/renderer_host/render_widget_host_view_aura.cc
@@ -3076,10 +3076,10 @@ void RenderWidgetHostViewAura::OnWindowFocused(aura::Window* gained_focus,
////////////////////////////////////////////////////////////////////////////////
// RenderWidgetHostViewAura, aura::RootWindowObserver implementation:
-void RenderWidgetHostViewAura::OnRootWindowHostMoved(
+void RenderWidgetHostViewAura::OnWindowTreeHostMoved(
const aura::RootWindow* root,
const gfx::Point& new_origin) {
- TRACE_EVENT1("ui", "RenderWidgetHostViewAura::OnRootWindowHostMoved",
+ TRACE_EVENT1("ui", "RenderWidgetHostViewAura::OnWindowTreeHostMoved",
"new_origin", new_origin.ToString());
UpdateScreenInfo(window_);

Powered by Google App Engine
This is Rietveld 408576698