| Index: webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
| diff --git a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
| index fc068f4e912a7cf6504e31413ea7023d1abbd591..9b590324cf958ac061c4526564a84f0acc2921ed 100644
|
| --- a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
| +++ b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
| @@ -28,7 +28,6 @@
|
| #include "gpu/command_buffer/service/context_group.h"
|
| #include "gpu/command_buffer/service/gpu_scheduler.h"
|
| #include "gpu/command_buffer/service/command_buffer_service.h"
|
| -#include "gpu/GLES2/gles2_command_buffer.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebDocument.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h"
|
| @@ -391,8 +390,7 @@ CommandBufferService* GLInProcessContext::GetCommandBufferService() {
|
|
|
| // TODO(gman): Remove This
|
| void GLInProcessContext::DisableShaderTranslation() {
|
| - gles2_implementation_->CommandBufferEnableCHROMIUM(
|
| - PEPPER3D_SKIP_GLSL_TRANSLATION);
|
| + NOTREACHED();
|
| }
|
|
|
| GLES2Implementation* GLInProcessContext::GetImplementation() {
|
|
|