diff options
Diffstat (limited to 'ppapi/tests/test_graphics_3d.cc')
-rw-r--r-- | ppapi/tests/test_graphics_3d.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/tests/test_graphics_3d.cc b/ppapi/tests/test_graphics_3d.cc index 4bdd09d..75b4d68 100644 --- a/ppapi/tests/test_graphics_3d.cc +++ b/ppapi/tests/test_graphics_3d.cc @@ -16,7 +16,7 @@ REGISTER_TEST_CASE(Graphics3D); bool TestGraphics3D::Init() { - opengl_es2_ = reinterpret_cast<const PPB_OpenGLES2*>( + opengl_es2_ = static_cast<const PPB_OpenGLES2*>( pp::Module::Get()->GetBrowserInterface(PPB_OPENGLES2_INTERFACE)); return opengl_es2_ && InitTestingInterface(); } |