summaryrefslogtreecommitdiffstats
path: root/mojo/gpu
diff options
context:
space:
mode:
authorjunov <junov@chromium.org>2015-09-22 09:46:55 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-22 16:47:51 +0000
commite4787c4cc75862dbe9eaf4610284544828c33745 (patch)
tree74cc6872a4dcc884cde0735d4faa78db08bd1a9e /mojo/gpu
parentca31353e8f739f9759ff6f1fccc3e60d7cb65371 (diff)
downloadchromium_src-e4787c4cc75862dbe9eaf4610284544828c33745.zip
chromium_src-e4787c4cc75862dbe9eaf4610284544828c33745.tar.gz
chromium_src-e4787c4cc75862dbe9eaf4610284544828c33745.tar.bz2
Removing GL context rate limiting feature and related wrappers
Dead code removal. BUG=531659 TBR=jamesr@chromium.org, vmiura@chromium.org NOPRESUBMIT=true Review URL: https://codereview.chromium.org/1341423006 Cr-Commit-Position: refs/heads/master@{#350172}
Diffstat (limited to 'mojo/gpu')
-rw-r--r--mojo/gpu/mojo_gles2_impl_autogen.cc4
-rw-r--r--mojo/gpu/mojo_gles2_impl_autogen.h1
2 files changed, 0 insertions, 5 deletions
diff --git a/mojo/gpu/mojo_gles2_impl_autogen.cc b/mojo/gpu/mojo_gles2_impl_autogen.cc
index 9f35d07..5237b66 100644
--- a/mojo/gpu/mojo_gles2_impl_autogen.cc
+++ b/mojo/gpu/mojo_gles2_impl_autogen.cc
@@ -1422,10 +1422,6 @@ void MojoGLES2Impl::RequestExtensionCHROMIUM(const char* extension) {
MojoGLES2MakeCurrent(context_);
glRequestExtensionCHROMIUM(extension);
}
-void MojoGLES2Impl::RateLimitOffscreenContextCHROMIUM() {
- MojoGLES2MakeCurrent(context_);
- glRateLimitOffscreenContextCHROMIUM();
-}
void MojoGLES2Impl::GetProgramInfoCHROMIUM(GLuint program,
GLsizei bufsize,
GLsizei* size,
diff --git a/mojo/gpu/mojo_gles2_impl_autogen.h b/mojo/gpu/mojo_gles2_impl_autogen.h
index f5f8b75..872c4f7 100644
--- a/mojo/gpu/mojo_gles2_impl_autogen.h
+++ b/mojo/gpu/mojo_gles2_impl_autogen.h
@@ -652,7 +652,6 @@ class MojoGLES2Impl : public gpu::gles2::GLES2Interface {
GLfloat scale_factor) override;
const GLchar* GetRequestableExtensionsCHROMIUM() override;
void RequestExtensionCHROMIUM(const char* extension) override;
- void RateLimitOffscreenContextCHROMIUM() override;
void GetProgramInfoCHROMIUM(GLuint program,
GLsizei bufsize,
GLsizei* size,