Skip to content

Commit

Permalink
Reduce visibility of ReactHost.prerenderSurface (facebook#38699)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebook#38699

Reduce visibility of ReactHost.prerenderSurface since this is only used from ReactSurface

changelog: [internal] internal

Reviewed By: christophpurrer

Differential Revision: D47915588

fbshipit-source-id: 953b04b531d718434170d63e9f66d22758d26ddf
  • Loading branch information
mdvacca authored and facebook-github-bot committed Aug 1, 2023
1 parent 30a312c commit b28e3c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ public TaskInterface<Void> start() {
}

/** Initialize and run a React Native surface in a background without mounting real views. */
public Task<Void> prerenderSurface(final ReactSurface surface) {
/* package */ Task<Void> prerenderSurface(final ReactSurface surface) {
final String method = "prerenderSurface(surfaceId = " + surface.getSurfaceID() + ")";
log(method, "Schedule");

Expand Down

0 comments on commit b28e3c1

Please sign in to comment.