commit | 1dcf506a1aa3771d1b36831da2ab3ce9fd6e1900 | [log] [tgz] |
---|---|---|
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Nov 14 19:29:53 2011 +0000 |
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Nov 14 19:29:53 2011 +0000 |
tree | 2bce9916438600f8b437101854f5dfe16071467c | |
parent | ffdb018dae05f1688c6c036299f8c8a0f28342e5 [diff] [blame] |
Remove GrGpuGLFixed subclass and ES1 support Review URL: http://codereview.appspot.com/5376094/ git-svn-id: http://skia.googlecode.com/svn/trunk@2678 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/GLInterfaceValidation.cpp b/tests/GLInterfaceValidation.cpp index 1308120..2be13f0 100755 --- a/tests/GLInterfaceValidation.cpp +++ b/tests/GLInterfaceValidation.cpp
@@ -51,7 +51,7 @@ iface.reset(interfaceFactories[i].fFactory()); REPORTER_ASSERT(reporter, NULL != iface.get()); if (iface.get()) { - REPORTER_ASSERT(reporter, iface.get()->validate(kOpenGL_Shaders_GrEngine)); + REPORTER_ASSERT(reporter, iface.get()->validate()); } } }