Merge "Turn on hardware acceleration flag on the windowless window we render" into rvc-dev am: 7d5b7a6eb3 am: 3d3d44e66c am: 2c59127a72
Change-Id: I83704bb4a295a37ef24d19de7fba62e21a082b35
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user