| Index: content/public/android/java/src/org/chromium/content/browser/BrowserProcessSurfaceTexture.java
|
| diff --git a/content/public/android/java/src/org/chromium/content/browser/BrowserProcessSurfaceTexture.java b/content/public/android/java/src/org/chromium/content/browser/BrowserProcessSurfaceTexture.java
|
| index e22add14c511ed7b504c532db51f3e173b8d8147..447c918eb718c132c8ba5f40b40f47232e0185a5 100644
|
| --- a/content/public/android/java/src/org/chromium/content/browser/BrowserProcessSurfaceTexture.java
|
| +++ b/content/public/android/java/src/org/chromium/content/browser/BrowserProcessSurfaceTexture.java
|
| @@ -28,7 +28,7 @@ class BrowserProcessSurfaceTexture {
|
| static void establishSurfaceTexturePeer(int pid, int type, SurfaceTexture st, int primaryID,
|
| int secondaryID) {
|
| Surface surface = new Surface(st);
|
| - SandboxedProcessLauncher.establishSurfacePeer(pid, type, surface, primaryID, secondaryID);
|
| + ChildProcessLauncher.establishSurfacePeer(pid, type, surface, primaryID, secondaryID);
|
|
|
| // We need to explicitly release the native resource of our newly created surface
|
| // or the Surface class will print a warning message to the log in its finalizer.
|
|
|