Index: ppapi/tests/test_graphics_3d.cc |
diff --git a/ppapi/tests/test_graphics_3d.cc b/ppapi/tests/test_graphics_3d.cc |
index 75b4d6839c36a2f627aa27bae790c44cdf692f07..aa26dff7728ec9227fc31784e526643674b139f5 100644 |
--- a/ppapi/tests/test_graphics_3d.cc |
+++ b/ppapi/tests/test_graphics_3d.cc |
@@ -18,7 +18,7 @@ REGISTER_TEST_CASE(Graphics3D); |
bool TestGraphics3D::Init() { |
opengl_es2_ = static_cast<const PPB_OpenGLES2*>( |
pp::Module::Get()->GetBrowserInterface(PPB_OPENGLES2_INTERFACE)); |
- return opengl_es2_ && InitTestingInterface(); |
+ return opengl_es2_ && CheckTestingInterface(); |
} |
void TestGraphics3D::RunTests(const std::string& filter) { |