| 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 7fe8079c014786b3301309a2e7c6aa4a1bdab0ae..b2d69961891dbfdc088fccd16235623883fce4cc 100644
|
| --- a/content/browser/gpu/gpu_process_host.h
|
| +++ b/content/browser/gpu/gpu_process_host.h
|
| @@ -42,6 +42,7 @@ struct ChannelHandle;
|
| }
|
|
|
| namespace gpu {
|
| +struct GPUFeatureStatus;
|
| struct GpuPreferences;
|
| class ShaderDiskCache;
|
| struct SyncToken;
|
| @@ -185,7 +186,9 @@ class GpuProcessHost : public BrowserChildProcessHostDelegate,
|
| void OnProcessCrashed(int exit_code) override;
|
|
|
| // Message handlers.
|
| - void OnInitialized(bool result, const gpu::GPUInfo& gpu_info);
|
| + void OnInitialized(bool result,
|
| + const gpu::GPUInfo& gpu_info,
|
| + const gpu::GPUFeatureStatus& gpu_feature_status);
|
| void OnChannelEstablished(const IPC::ChannelHandle& channel_handle);
|
| void OnGpuMemoryBufferCreated(const gfx::GpuMemoryBufferHandle& handle);
|
| #if defined(OS_ANDROID)
|
|
|