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

Unified Diff: ash/host/ash_window_tree_host_x11.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
« no previous file with comments | « ash/host/ash_window_tree_host_unified.cc ('k') | ash/host/ash_window_tree_host_x11.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.h
diff --git a/ash/host/ash_window_tree_host_x11.h b/ash/host/ash_window_tree_host_x11.h
index bc34f96a7f3546b465efdaa234de513849527470..d64906de401a8332f3fcfc1f2913282ba7ea0e24 100644
--- a/ash/host/ash_window_tree_host_x11.h
+++ b/ash/host/ash_window_tree_host_x11.h
@@ -40,7 +40,8 @@ class ASH_EXPORT AshWindowTreeHostX11 : public AshWindowTreeHost,
gfx::Transform GetRootTransform() const override;
void SetRootTransform(const gfx::Transform& transform) override;
gfx::Transform GetInverseRootTransform() const override;
- void UpdateRootWindowSize(const gfx::Size& host_size) override;
+ void UpdateRootWindowSizeInPixels(
+ const gfx::Size& host_size_in_pixels) override;
void OnCursorVisibilityChangedNative(bool show) override;
// aura::WindowTreeHostX11:
« no previous file with comments | « ash/host/ash_window_tree_host_unified.cc ('k') | ash/host/ash_window_tree_host_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698