mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 1425262 - 3. Follow-up to fix wrong comment; r=me
Fix comment referencing support for transformation matrix.
This commit is contained in:
parent
98541cb134
commit
52370a906b
@ -45,12 +45,10 @@ public class GeckoDisplay {
|
||||
|
||||
/**
|
||||
* Optional callback. The display's coordinates on the screen has changed. Must be
|
||||
* called on the application main thread. Together with the transformation matrix, the
|
||||
* screen origin determines how a point on the display maps to a point on the screen.
|
||||
* called on the application main thread.
|
||||
*
|
||||
* @param left The X coordinate of the display on the screen, in screen pixels.
|
||||
* @param top The Y coordinate of the display on the screen, in screen pixels.
|
||||
* @see #transformationMatrixChanged(Matrix)
|
||||
*/
|
||||
public void screenOriginChanged(final int left, final int top) {
|
||||
mSession.onScreenOriginChanged(left, top);
|
||||
|
Loading…
Reference in New Issue
Block a user