Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into dev/update-skia
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Apr 17, 2020
2 parents b5b7cd8 + 2550d14 commit beab871
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,13 @@ public void RequestRender()

public void OnSurfaceTextureUpdated(SurfaceTexture surface)
{
//mGLThread.RequestRender();
//glThread.RequestRender();
}

public void OnSurfaceTextureAvailable(SurfaceTexture surface, int width, int height)
{
glThread.OnSurfaceCreated();
glThread.RequestRender();
}

public bool OnSurfaceTextureDestroyed(SurfaceTexture surface)
Expand Down

0 comments on commit beab871

Please sign in to comment.