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

Commit bb8d43cb authored by Tracy Zhou's avatar Tracy Zhou Committed by Android (Google) Code Review
Browse files

Merge "Clean up android.view.flags.notify_gpu_load_up flag since it's in nextfood" into main

parents cede4fa0 8890dc68
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -117,7 +117,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;
@@ -3029,9 +3028,6 @@ public final class ViewRootImpl implements ViewParent,
     * @hide
     */
    public void notifyRendererForGpuLoadUp(String reason) {
        if (!notifyGpuLoadUp()) {
            return;
        }
        if (mAttachInfo.mThreadedRenderer != null) {
            mAttachInfo.mThreadedRenderer.notifyRendererForGpuLoadUp(reason);
        }