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

Unified Diff: content/browser/renderer_host/render_widget_host_view_aura.h

Issue 2525113002: Rename WindowTreeHost functions to indicate pixels/dips. (Closed)
Patch Set: win Created 4 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: content/browser/renderer_host/render_widget_host_view_aura.h
diff --git a/content/browser/renderer_host/render_widget_host_view_aura.h b/content/browser/renderer_host/render_widget_host_view_aura.h
index e78da6c89b22146e060a8bbe3c7b3d15bf1fc3a5..35b1a60db90d97bd69a0ca2865baf2b3e20c4876 100644
--- a/content/browser/renderer_host/render_widget_host_view_aura.h
+++ b/content/browser/renderer_host/render_widget_host_view_aura.h
@@ -270,8 +270,8 @@ class CONTENT_EXPORT RenderWidgetHostViewAura
aura::Window* lost_focus) override;
// Overridden from aura::WindowTreeHostObserver:
- void OnHostMoved(const aura::WindowTreeHost* host,
- const gfx::Point& new_origin) override;
+ void OnHostMovedInPixels(const aura::WindowTreeHost* host,
+ const gfx::Point& new_origin_in_pixels) override;
#if defined(OS_WIN)
// Gets the HWND of the host window.

Powered by Google App Engine
This is Rietveld 408576698