summaryrefslogtreecommitdiffstats
path: root/ui/gl
diff options
context:
space:
mode:
authorapatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-31 00:09:52 +0000
committerapatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-31 00:09:52 +0000
commit36d667a767dad0845f630fed57cfec116b9276d4 (patch)
tree13657709e1eb1b548216fc68a011d7a8eb58bfbe /ui/gl
parent841ff2641728b97fd98ec12f5a70297cf2b9acee (diff)
downloadchromium_src-36d667a767dad0845f630fed57cfec116b9276d4.zip
chromium_src-36d667a767dad0845f630fed57cfec116b9276d4.tar.gz
chromium_src-36d667a767dad0845f630fed57cfec116b9276d4.tar.bz2
Do not CHECK that handle returned by eglQuerySurfacePointerANGLE is non-null.
CHECK was to determine whether this failure is possible. It is. BUG=139145 Review URL: https://chromiumcodereview.appspot.com/10823045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149087 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gl')
-rw-r--r--ui/gl/gl_surface_egl.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/gl/gl_surface_egl.cc b/ui/gl/gl_surface_egl.cc
index c1d8af1..0e36a6a 100644
--- a/ui/gl/gl_surface_egl.cc
+++ b/ui/gl/gl_surface_egl.cc
@@ -483,8 +483,6 @@ void* PbufferGLSurfaceEGL::GetShareHandle() {
return NULL;
}
- CHECK(handle);
-
return handle;
#endif
}