Index: ui/aura/window_tree_host_x11.h |
diff --git a/ui/aura/window_tree_host_x11.h b/ui/aura/window_tree_host_x11.h |
index dead24f750f000507eaf9e1051bde7b057842a6f..843547ea314e77d2cd5b9f9f80475907a5bebc9a 100644 |
--- a/ui/aura/window_tree_host_x11.h |
+++ b/ui/aura/window_tree_host_x11.h |
@@ -45,11 +45,11 @@ class AURA_EXPORT WindowTreeHostX11 : public WindowTreeHost, |
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_type) override; |
- void MoveCursorToNative(const gfx::Point& location) override; |
+ void MoveCursorToNativeInPixel(const gfx::Point& location_in_pixel) override; |
void OnCursorVisibilityChangedNative(bool show) override; |
// Deselects mouse and keyboard events on |xwindow_|. |