| Index: content/common/gpu/client/gpu_channel_host.h
|
| ===================================================================
|
| --- content/common/gpu/client/gpu_channel_host.h (revision 287582)
|
| +++ content/common/gpu/client/gpu_channel_host.h (working copy)
|
| @@ -17,6 +17,7 @@
|
| #include "base/synchronization/lock.h"
|
| #include "content/common/content_export.h"
|
| #include "content/common/gpu/gpu_process_launch_causes.h"
|
| +#include "content/common/gpu/gpu_result_codes.h"
|
| #include "content/common/message_router.h"
|
| #include "gpu/config/gpu_info.h"
|
| #include "ipc/ipc_channel_handle.h"
|
| @@ -68,7 +69,7 @@
|
| virtual base::MessageLoop* GetMainLoop() = 0;
|
| virtual scoped_refptr<base::MessageLoopProxy> GetIOLoopProxy() = 0;
|
| virtual scoped_ptr<base::SharedMemory> AllocateSharedMemory(size_t size) = 0;
|
| - virtual bool CreateViewCommandBuffer(
|
| + virtual CreateCommandBufferResult CreateViewCommandBuffer(
|
| int32 surface_id,
|
| const GPUCreateCommandBufferConfig& init_params,
|
| int32 route_id) = 0;
|
|
|