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

Commit 99b46be9 authored by Teng-Hui Zhu's avatar Teng-Hui Zhu Committed by Android (Google) Code Review
Browse files

Merge "Make sure WebView get notified before the EGL context destroyed."

parents 52da22f2 a34eb91a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3741,7 +3741,6 @@ public final class ActivityThread {
    }

    final void handleTrimMemory(int level) {
        WindowManagerImpl.getDefault().trimMemory(level);
        ArrayList<ComponentCallbacks2> callbacks;

        synchronized (mPackages) {
@@ -3752,6 +3751,7 @@ public final class ActivityThread {
        for (int i=0; i<N; i++) {
            callbacks.get(i).onTrimMemory(level);
        }
        WindowManagerImpl.getDefault().trimMemory(level);
    }

    private void setupGraphicsSupport(LoadedApk info) {