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

Unified Diff: ash/host/ash_window_tree_host_platform.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_platform.h
diff --git a/ash/host/ash_window_tree_host_platform.h b/ash/host/ash_window_tree_host_platform.h
index 6cd383f36359ba730c35615d95ca6fef1193e0f1..1a778828f7f193f7cee1e49eeb2e7b84491f8244 100644
--- a/ash/host/ash_window_tree_host_platform.h
+++ b/ash/host/ash_window_tree_host_platform.h
@@ -38,7 +38,7 @@ class ASH_EXPORT AshWindowTreeHostPlatform
gfx::Transform GetInverseRootTransform() const override;
void UpdateRootWindowSize(const gfx::Size& host_size) override;
void OnCursorVisibilityChangedNative(bool show) override;
- void SetBounds(const gfx::Rect& bounds) override;
+ void SetBoundsInPixel(const gfx::Rect& bounds) override;
void DispatchEvent(ui::Event* event) override;
// ui::internal::InputMethodDelegate:

Powered by Google App Engine
This is Rietveld 408576698