Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(620)

Unified Diff: ppapi/shared_impl/ppb_opengles2_shared.h

Issue 182213003: Add new PPB_OPENGLES2_DRAWBUFFERS_DEV_INTERFACE_1_0 pepper interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 414857145ac1aaa51e8b1ab7817ef0b12a89b326..63a272dd925a7b53e2861e5289ba3bb1198692d5 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_OpenGLES2DrawBuffers_Dev* GetDrawBuffersInterface();
};
} // namespace ppapi

Powered by Google App Engine
This is Rietveld 408576698