Skip to content

Commit

Permalink
Disable enableHardwareBufferRenderingTarget (flutter#46425)
Browse files Browse the repository at this point in the history
* Causing flickering in web views
* Follow up of cl/569435819 for Google to unblock the rolls
  • Loading branch information
Casey Hillers authored Sep 29, 2023
1 parent 779ce34 commit 6a13607
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public class PlatformViewsController implements PlatformViewsAccessibilityDelega
// Whether software rendering is used.
private boolean usesSoftwareRendering = false;

private static boolean enableHardwareBufferRenderingTarget = true;
private static boolean enableHardwareBufferRenderingTarget = false;

private final PlatformViewsChannel.PlatformViewsHandler channelHandler =
new PlatformViewsChannel.PlatformViewsHandler() {
Expand Down

0 comments on commit 6a13607

Please sign in to comment.