DescriptionAura: Add Window::MoveCursorTo() taking relative location to the window.
Previously, although RootWindow::MoveCursorTo() takes a ponit coordinate relative to Root, but OnMouseEvent/LockMouse in RWHVA are using coordinate relative to parent window (which may not be root). UnlockMouse is using global X/Y from webkit.
This CL added Window::MoveCursorTo() taking relative location to the window, and made RWHVA use it.
BUG=none
TEST=manual
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=142888
Patch Set 1 #Patch Set 2 : Add OVERRIDE suffix on root_window.h. #Patch Set 3 : Added test. #
Total comments: 2
Patch Set 4 : Added tests with transform. #
Total comments: 6
Patch Set 5 : review fix #
Total comments: 2
Patch Set 6 : review fix #
Total comments: 2
Messages
Total messages: 12 (0 generated)
|