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

Commit 8890dc68 authored by Tracy Zhou's avatar Tracy Zhou
Browse files

Clean up android.view.flags.notify_gpu_load_up flag since it's in nextfood

Bug: 421974972
Flag: android.view.flags.notify_gpu_load_up
Test: N/A
Change-Id: I4a8677c80c82794e4974b202e1b04f00be79f6a3
parent ae1dc9ac
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -119,7 +119,6 @@ import static android.view.accessibility.Flags.forceInvertColor;
import static android.view.accessibility.Flags.reduceWindowContentChangedEventThrottle;
import static android.view.flags.Flags.addSchandleToVriSurface;
import static android.view.flags.Flags.disableDrawWakeLock;
import static android.view.flags.Flags.notifyGpuLoadUp;
import static android.view.flags.Flags.sensitiveContentAppProtection;
import static android.view.flags.Flags.sensitiveContentPrematureProtectionRemovedFix;
import static android.view.flags.Flags.toolkitFrameRateDebug;
@@ -3048,9 +3047,6 @@ public final class ViewRootImpl implements ViewParent,
     * @hide
     */
    public void notifyRendererForGpuLoadUp(String reason) {
        if (!notifyGpuLoadUp()) {
            return;
        }
        if (mAttachInfo.mThreadedRenderer != null) {
            mAttachInfo.mThreadedRenderer.notifyRendererForGpuLoadUp(reason);
        }