mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01: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() {
|
public void flushGLBuffers() {
|
||||||
inUIThread(() -> {
|
|
||||||
requestRender();
|
requestRender();
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Scroll and click
|
// Scroll and click
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue