| Index: content/browser/gpu/gpu_process_host.h
|
| diff --git a/content/browser/gpu/gpu_process_host.h b/content/browser/gpu/gpu_process_host.h
|
| index 18b9d2d3cf1d45cd0478462ff6d462072375913e..63c75df5728d8b8dec5dbacb300cb892440551f2 100644
|
| --- a/content/browser/gpu/gpu_process_host.h
|
| +++ b/content/browser/gpu/gpu_process_host.h
|
| @@ -172,6 +172,9 @@
|
|
|
| bool Init();
|
|
|
| + // Sets up mojo support in GPU process. Returns false upon failure.
|
| + bool SetupMojo();
|
| +
|
| // Post an IPC message to the UI shim's message handler on the UI thread.
|
| void RouteOnUIThread(const IPC::Message& message);
|
|
|
|
|