| Index: gpu/command_buffer/service/in_process_command_buffer.cc
|
| diff --git a/gpu/command_buffer/service/in_process_command_buffer.cc b/gpu/command_buffer/service/in_process_command_buffer.cc
|
| index 3c1249af5a257ffc1db714a5e6225bc118fb2095..972533cf94d7a08e58fb5072279631c6da8c3eff 100644
|
| --- a/gpu/command_buffer/service/in_process_command_buffer.cc
|
| +++ b/gpu/command_buffer/service/in_process_command_buffer.cc
|
| @@ -299,7 +299,6 @@ bool InProcessCommandBuffer::Initialize(
|
| bool share_resources,
|
| gfx::AcceleratedWidget window,
|
| const gfx::Size& size,
|
| - const char* allowed_extensions,
|
| const std::vector<int32>& attribs,
|
| gfx::GpuPreference gpu_preference,
|
| const base::Closure& context_lost_callback,
|
| @@ -322,7 +321,6 @@ bool InProcessCommandBuffer::Initialize(
|
| is_offscreen,
|
| window,
|
| size,
|
| - allowed_extensions,
|
| attribs,
|
| gpu_preference);
|
|
|
| @@ -338,7 +336,6 @@ bool InProcessCommandBuffer::InitializeOnGpuThread(
|
| bool is_offscreen,
|
| gfx::AcceleratedWidget window,
|
| const gfx::Size& size,
|
| - const char* allowed_extensions,
|
| const std::vector<int32>& attribs,
|
| gfx::GpuPreference gpu_preference) {
|
| CheckSequencedThread();
|
| @@ -465,7 +462,6 @@ bool InProcessCommandBuffer::InitializeOnGpuThread(
|
| is_offscreen,
|
| size,
|
| disallowed_features,
|
| - allowed_extensions,
|
| attribs)) {
|
| LOG(ERROR) << "Could not initialize decoder.";
|
| DestroyOnGpuThread();
|
|
|