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

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: rebase 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
« no previous file with comments | « ash/host/ash_window_tree_host_x11.h ('k') | ash/host/transformer_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ac093955191830eb37f4d0c111ae86d900834a19..65b0e463b61df80989037373e97d7623eb55d42f 100644
--- a/ash/host/ash_window_tree_host_x11.cc
+++ b/ash/host/ash_window_tree_host_x11.cc
@@ -121,8 +121,8 @@ void AshWindowTreeHostX11::PrepareForShutdown() {
}
}
-void AshWindowTreeHostX11::SetBounds(const gfx::Rect& bounds) {
- WindowTreeHostX11::SetBounds(bounds);
+void AshWindowTreeHostX11::SetBoundsInPixels(const gfx::Rect& bounds) {
+ WindowTreeHostX11::SetBoundsInPixels(bounds);
if (pointer_barriers_) {
UnConfineCursor();
ConfineCursorToRootWindow();
« no previous file with comments | « ash/host/ash_window_tree_host_x11.h ('k') | ash/host/transformer_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698