Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7d5b7a6e authored by Tracy Zhou's avatar Tracy Zhou Committed by Android (Google) Code Review
Browse files

Merge "Turn on hardware acceleration flag on the windowless window we render" into rvc-dev

parents bea69abe 417fa7ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ public class SurfaceViewRequestReceiver {
                            surfaceControl.getWidth(),
                            surfaceControl.getHeight(),
                            WindowManager.LayoutParams.TYPE_APPLICATION,
                            0,
                            WindowManager.LayoutParams.FLAG_HARDWARE_ACCELERATED,
                            mOpacity);

            mSurfaceControlViewHost.addView(view, layoutParams);