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

Unified Diff: ui/aura/window_tree_host_platform.h

Issue 2525113002: Rename WindowTreeHost functions to indicate pixels/dips. (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: ui/aura/window_tree_host_platform.h
diff --git a/ui/aura/window_tree_host_platform.h b/ui/aura/window_tree_host_platform.h
index 773d9f49efabc7dd576807193acfd44f9d50b2d9..ebdd9757530b7d1f2ef7c846627f0f2ae25bbb63 100644
--- a/ui/aura/window_tree_host_platform.h
+++ b/ui/aura/window_tree_host_platform.h
@@ -35,11 +35,11 @@ class AURA_EXPORT WindowTreeHostPlatform
void HideImpl() override;
gfx::Rect GetBounds() const override;
void SetBounds(const gfx::Rect& bounds) override;
- gfx::Point GetLocationOnNativeScreen() const override;
+ gfx::Point GetLocationOnNativeScreenInPixel() const override;
void SetCapture() override;
void ReleaseCapture() override;
void SetCursorNative(gfx::NativeCursor cursor) override;
- void MoveCursorToNative(const gfx::Point& location) override;
+ void MoveCursorToNativeInPixel(const gfx::Point& location_in_pixel) override;
void OnCursorVisibilityChangedNative(bool show) override;
protected:

Powered by Google App Engine
This is Rietveld 408576698