| Index: services/ui/gpu/interfaces/gpu_host.mojom
|
| diff --git a/services/ui/gpu/interfaces/gpu_host.mojom b/services/ui/gpu/interfaces/gpu_host.mojom
|
| index 1d2b8fbb81b25fdc1ce2655bbd8194a52dc62d8c..cf49040223fb1d4d12964b5764d4254da3626df6 100644
|
| --- a/services/ui/gpu/interfaces/gpu_host.mojom
|
| +++ b/services/ui/gpu/interfaces/gpu_host.mojom
|
| @@ -24,4 +24,6 @@ interface GpuHost {
|
| SetChildSurface(gpu.mojom.SurfaceHandle parent,
|
| gpu.mojom.SurfaceHandle child);
|
| StoreShaderToDisk(int32 client_id, string key, string shader);
|
| +
|
| + RecordLogMessage(int32 severity, string header, string message);
|
| };
|
|
|