| Index: content/renderer/render_thread_impl.h
|
| ===================================================================
|
| --- content/renderer/render_thread_impl.h (revision 287582)
|
| +++ content/renderer/render_thread_impl.h (working copy)
|
| @@ -19,6 +19,7 @@
|
| #include "content/child/child_thread.h"
|
| #include "content/common/content_export.h"
|
| #include "content/common/gpu/client/gpu_channel_host.h"
|
| +#include "content/common/gpu/gpu_result_codes.h"
|
| #include "content/public/renderer/render_thread.h"
|
| #include "net/base/network_change_notifier.h"
|
| #include "third_party/WebKit/public/platform/WebConnectionType.h"
|
| @@ -410,7 +411,7 @@
|
| virtual scoped_refptr<base::MessageLoopProxy> GetIOLoopProxy() OVERRIDE;
|
| virtual scoped_ptr<base::SharedMemory> AllocateSharedMemory(
|
| size_t size) OVERRIDE;
|
| - virtual bool CreateViewCommandBuffer(
|
| + virtual CreateCommandBufferResult CreateViewCommandBuffer(
|
| int32 surface_id,
|
| const GPUCreateCommandBufferConfig& init_params,
|
| int32 route_id) OVERRIDE;
|
|
|