summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorJonathan Dixon <joth@google.com>2013-08-08 22:44:11 +0000
committerJonathan Dixon <joth@google.com>2013-08-08 22:44:11 +0000
commit422c7341507ced659d3d2346d74347126498d675 (patch)
treec86fb3be5971f15b674c677dcab4d83d7ab05294 /ui
parentc95505573d864f17cabf515e32f5b8e0831ae237 (diff)
downloadchromium_org-422c7341507ced659d3d2346d74347126498d675.tar.gz
Revert "Downstream Workaround for Qualcomm Bug 10205015"
Now that klp-dev has branched revert this change from master to return it to matching upstream. This reverts commit c95505573d864f17cabf515e32f5b8e0831ae237. Change-Id: Ia5081c02cc69cee031bbf8df46df6056f28e5a9f
Diffstat (limited to 'ui')
-rw-r--r--ui/gl/gl_image_egl.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/gl/gl_image_egl.cc b/ui/gl/gl_image_egl.cc
index c2d82d7381..182117cd28 100644
--- a/ui/gl/gl_image_egl.cc
+++ b/ui/gl/gl_image_egl.cc
@@ -75,10 +75,6 @@ void GLImageEGL::Destroy() {
}
void GLImageEGL::ReleaseTexImage() {
- // === START ANDROID WORKAROUND http://b/10205015
- static bool is_qcom = strcmp((char*)glGetString(GL_VENDOR), "Qualcomm") == 0;
- if (is_qcom) return;
- // === END ANDROID WORKAROUND http://b/10205015
char zero[4] = { 0, };
glTexImage2D(GL_TEXTURE_2D,
0,