Remove guard against checking for copytexsubimage2d ptr in GrGLInterface::validate()
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 29 Apr 2013 16:58:53 +0000 (16:58 +0000)
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 29 Apr 2013 16:58:53 +0000 (16:58 +0000)
R=robertphillips@google.com

Author: bsalomon@google.com

Review URL: https://chromiumcodereview.appspot.com/13863021

git-svn-id: http://skia.googlecode.com/svn/trunk@8907 2bbb7eff-a529-9590-31e7-b0007b416f81

src/gpu/gl/GrGLInterface.cpp

index b70841c..94bb54d 100644 (file)
@@ -59,9 +59,7 @@ bool GrGLInterface::validate(GrGLBinding binding) const {
         NULL == fClearStencil ||
         NULL == fColorMask ||
         NULL == fCompileShader ||
-#if 0  //  FIXME: Remove this once Chromium is updated to provide this function
         NULL == fCopyTexSubImage2D ||
-#endif
         NULL == fCreateProgram ||
         NULL == fCreateShader ||
         NULL == fCullFace ||