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

Commit a608f684 authored by Russell Myers's avatar Russell Myers Committed by Android (Google) Code Review
Browse files

Merge "Expose internal ability to retrieve rendering SurfaceControl" into main

parents 8c32df83 f4b8d372
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1444,6 +1444,13 @@ public class SurfaceView extends View implements ViewRootImpl.SurfaceChangedCall
        }
    }

    /**
     * @hide
     */
    public SurfaceControl getRenderingSurfaceControl() {
        return mBlastSurfaceControl;
    }

    /**
     * @hide
     */