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

Commit 9b1db66a authored by Derek Sollenberger's avatar Derek Sollenberger Committed by Android (Google) Code Review
Browse files

Merge "Expose the rendering surface control for use by DisplayOffload" into main

parents d0e60e5a e6b3f88e
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -2482,6 +2482,13 @@ public abstract class WallpaperService extends Service {

            return ret;
        }

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

    /**