Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1044)

Unified Diff: content/renderer/gpu/renderer_gl_context.cc

Issue 7623001: Rename and document glCommandBufferEnableCHROMIUM (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix stuff Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | gpu/GLES2/extensions/CHROMIUM/CHROMIUM_enable_feature.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/gpu/renderer_gl_context.cc
diff --git a/content/renderer/gpu/renderer_gl_context.cc b/content/renderer/gpu/renderer_gl_context.cc
index 858e82bf122eacf57526e3704d0c71772ee554b1..2feeaca6dd43d60cf97fd61ba2ea11aafe8d154b 100644
--- a/content/renderer/gpu/renderer_gl_context.cc
+++ b/content/renderer/gpu/renderer_gl_context.cc
@@ -26,7 +26,6 @@
#include "gpu/command_buffer/client/gles2_implementation.h"
#include "gpu/command_buffer/client/gles2_lib.h"
#include "gpu/command_buffer/common/constants.h"
-#include "gpu/GLES2/gles2_command_buffer.h"
#endif // ENABLE_GPU
namespace {
@@ -283,8 +282,7 @@ CommandBufferProxy* RendererGLContext::GetCommandBufferProxy() {
// TODO(gman): Remove This
void RendererGLContext::DisableShaderTranslation() {
- gles2_implementation_->CommandBufferEnableCHROMIUM(
- PEPPER3D_SKIP_GLSL_TRANSLATION);
+ NOTREACHED();
}
gpu::gles2::GLES2Implementation* RendererGLContext::GetImplementation() {
« no previous file with comments | « no previous file | gpu/GLES2/extensions/CHROMIUM/CHROMIUM_enable_feature.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698