| Index: ui/ozone/platform/drm/host/gpu_thread_observer.h
|
| diff --git a/ui/ozone/platform/drm/host/gpu_thread_observer.h b/ui/ozone/platform/drm/host/gpu_thread_observer.h
|
| index 3307dfa8fcbb0f763793ca141c4d1e62d744912b..aadbb87fae6830567c523948a40c29bd19568464 100644
|
| --- a/ui/ozone/platform/drm/host/gpu_thread_observer.h
|
| +++ b/ui/ozone/platform/drm/host/gpu_thread_observer.h
|
| @@ -12,6 +12,8 @@ class GpuThreadObserver {
|
| public:
|
| virtual ~GpuThreadObserver() {}
|
|
|
| + // Called when the GPU process is launched.
|
| + virtual void OnGpuProcessLaunched() = 0;
|
| // Called when a GPU thread implementation has become available.
|
| virtual void OnGpuThreadReady() = 0;
|
| // Called when the GPU thread implementation has ceased to be
|
|
|