Bug 809199 - Update setViewportSize to take width/height instead of a FloatSize. r=Cwiiis
This commit is contained in:
@@ -127,7 +127,7 @@ public class GLController {
|
||||
// done on the main UI thread, not the GL renderer thread
|
||||
mView.post(new Runnable() {
|
||||
public void run() {
|
||||
mView.setViewportSize(new IntSize(mWidth, mHeight));
|
||||
mView.setViewportSize(mWidth, mHeight);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user