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

Unified Diff: ash/host/ash_window_tree_host_x11.h

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.h
diff --git a/ash/host/ash_window_tree_host_x11.h b/ash/host/ash_window_tree_host_x11.h
index f26181ea63099584da2da277c58fe40feff359db..a37276b0fbb42a32100dfa79f33cd33b2e39d584 100644
--- a/ash/host/ash_window_tree_host_x11.h
+++ b/ash/host/ash_window_tree_host_x11.h
@@ -37,7 +37,7 @@ class ASH_EXPORT AshWindowTreeHostX11 : public AshWindowTreeHost,
void PrepareForShutdown() override;
// aura::WindowTreehost:
- void SetBounds(const gfx::Rect& bounds) override;
+ void SetBoundsInPixel(const gfx::Rect& bounds) override;
gfx::Transform GetRootTransform() const override;
void SetRootTransform(const gfx::Transform& transform) override;
gfx::Transform GetInverseRootTransform() const override;

Powered by Google App Engine
This is Rietveld 408576698