Index: ppapi/shared_impl/ppb_opengles2_shared.h |
diff --git a/ppapi/shared_impl/ppb_opengles2_shared.h b/ppapi/shared_impl/ppb_opengles2_shared.h |
index 63a272dd925a7b53e2861e5289ba3bb1198692d5..52bf1be39e6d04f3175f09a5ca9c8552a79604e6 100644 |
--- a/ppapi/shared_impl/ppb_opengles2_shared.h |
+++ b/ppapi/shared_impl/ppb_opengles2_shared.h |
@@ -22,6 +22,7 @@ class PPAPI_SHARED_EXPORT PPB_OpenGLES2_Shared { |
GetChromiumEnableFeatureInterface(); |
static const PPB_OpenGLES2ChromiumMapSub* GetChromiumMapSubInterface(); |
static const PPB_OpenGLES2Query* GetQueryInterface(); |
+ static const PPB_OpenGLES2VertexArrayObject* GetVertexArrayObjectInterface(); |
static const PPB_OpenGLES2DrawBuffers_Dev* GetDrawBuffersInterface(); |
}; |