mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 19:41:49 +00:00
![Kartikaya Gupta](/assets/img/avatar_default.png)
The plugin code was returning a rect in LayoutDevicePixels whereas Java was treating it as a CSS-pixel rect. This patch makes the types more explicit and adds a conversion in AndroidBridge to convert from the LayoutDevicePixels to CSSPixel rects.