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

Unified Diff: ash/host/ash_window_tree_host_x11.cc

Issue 2524873002: Rename WindowTreeHost G|SetBounds to indicate they are in pixels. (Closed)
Patch Set: 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: ash/host/ash_window_tree_host_x11.cc
diff --git a/ash/host/ash_window_tree_host_x11.cc b/ash/host/ash_window_tree_host_x11.cc
index d466e5036ee512687a7457bd3d20e54f115c3fcb..33eee10aff201a4e6d2f5578417335568d5625eb 100644
--- a/ash/host/ash_window_tree_host_x11.cc
+++ b/ash/host/ash_window_tree_host_x11.cc
@@ -120,7 +120,7 @@ void AshWindowTreeHostX11::PrepareForShutdown() {
}
}
-void AshWindowTreeHostX11::SetBounds(const gfx::Rect& bounds) {
+void AshWindowTreeHostX11::SetBoundsInPixel(const gfx::Rect& bounds) {
WindowTreeHostX11::SetBounds(bounds);
if (pointer_barriers_) {
UnConfineCursor();

Powered by Google App Engine
This is Rietveld 408576698