Skip to content

Instantly share code, notes, and snippets.

@iskakaushik
Created June 13, 2022 18:48
Show Gist options
  • Save iskakaushik/fa4cc725c9a2e613bc99c86c4261c150 to your computer and use it in GitHub Desktop.
Save iskakaushik/fa4cc725c9a2e613bc99c86c4261c150 to your computer and use it in GitHub Desktop.
diff --git a/shell/platform/android/android_egl_surface.cc b/shell/platform/android/android_egl_surface.cc
index 153cbe5c11..a7edfd85b8 100644
--- a/shell/platform/android/android_egl_surface.cc
+++ b/shell/platform/android/android_egl_surface.cc
@@ -101,6 +101,7 @@ class AndroidEGLSurfaceDamage {
partial_redraw_supported_ =
set_damage_region_ != nullptr && swap_buffers_with_damage_ != nullptr;
+ partial_redraw_supported_ = false;
}
static int GetAPILevel() {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment