mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Remove unnecessary thread specification when flushing GL on Android.
This commit is contained in:
parent
4413290de1
commit
4db25fe581
1 changed files with 1 additions and 3 deletions
|
@ -111,9 +111,7 @@ public class ServoView extends GLSurfaceView
|
|||
}
|
||||
|
||||
public void flushGLBuffers() {
|
||||
inUIThread(() -> {
|
||||
requestRender();
|
||||
});
|
||||
requestRender();
|
||||
}
|
||||
|
||||
// Scroll and click
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue