| Index: content/renderer/render_thread_impl.h
|
| diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
|
| index 5a679b764d4dbc302ddb8c719df8d766b26ba46b..92f4ebc9889ac944e22f8b1dc0d7ba6dca0d0811 100644
|
| --- a/content/renderer/render_thread_impl.h
|
| +++ b/content/renderer/render_thread_impl.h
|
| @@ -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"
|
| @@ -415,7 +416,7 @@ class CONTENT_EXPORT RenderThreadImpl : public RenderThread,
|
| 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;
|
|
|