| 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 96e97770e651398fdc50aa9b6c5c3dfd91290a6f..13c0b23b2c511a494dfe8a40865c8950ce905cea 100644
|
| --- a/content/browser/gpu/gpu_process_host.h
|
| +++ b/content/browser/gpu/gpu_process_host.h
|
| @@ -24,6 +24,7 @@
|
| #include "content/public/browser/browser_child_process_host_delegate.h"
|
| #include "content/public/browser/gpu_data_manager.h"
|
| #include "gpu/command_buffer/common/constants.h"
|
| +#include "gpu/config/gpu_feature_info.h"
|
| #include "gpu/config/gpu_info.h"
|
| #include "gpu/ipc/common/surface_handle.h"
|
| #include "ipc/ipc_sender.h"
|
| @@ -203,7 +204,9 @@ class GpuProcessHost : public BrowserChildProcessHostDelegate,
|
| const std::string& shader) override;
|
|
|
| // Message handlers.
|
| - void OnInitialized(bool result, const gpu::GPUInfo& gpu_info);
|
| + void OnInitialized(bool result,
|
| + const gpu::GPUInfo& gpu_info,
|
| + const gpu::GpuFeatureInfo& gpu_feature_info);
|
| void OnChannelEstablished(const IPC::ChannelHandle& channel_handle);
|
| void OnGpuMemoryBufferCreated(const gfx::GpuMemoryBufferHandle& handle);
|
| #if defined(OS_ANDROID)
|
|
|