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

Unified Diff: ppapi/c/trusted/ppb_graphics_3d_trusted.h

Issue 7737013: Move PPAPI graphics3d and opengles interfaces out of Dev. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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
« no previous file with comments | « ppapi/c/ppp_graphics_3d.h ('k') | ppapi/cpp/dev/graphics_3d_client_dev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/trusted/ppb_graphics_3d_trusted.h
===================================================================
--- ppapi/c/trusted/ppb_graphics_3d_trusted.h (revision 99577)
+++ ppapi/c/trusted/ppb_graphics_3d_trusted.h (working copy)
@@ -2,18 +2,18 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef PPAPI_C_DEV_PPB_GRAPHICS_3D_TRUSTED_DEV_H_
-#define PPAPI_C_DEV_PPB_GRAPHICS_3D_TRUSTED_DEV_H_
+#ifndef PPAPI_C_TRUSTED_PPB_GRAPHICS_3D_TRUSTED_H_
+#define PPAPI_C_TRUSTED_PPB_GRAPHICS_3D_TRUSTED_H_
#include "ppapi/c/pp_bool.h"
#include "ppapi/c/pp_instance.h"
#include "ppapi/c/pp_resource.h"
#include "ppapi/c/pp_stdint.h"
-#define PPB_GRAPHICS_3D_TRUSTED_DEV_INTERFACE_0_1 \
- "PPB_Graphics3DTrusted(Dev);0.1"
-#define PPB_GRAPHICS_3D_TRUSTED_DEV_INTERFACE \
- PPB_GRAPHICS_3D_TRUSTED_DEV_INTERFACE_0_1
+#define PPB_GRAPHICS_3D_TRUSTED_INTERFACE_0_1 \
+ "PPB_Graphics3DTrusted;0.1"
+#define PPB_GRAPHICS_3D_TRUSTED_INTERFACE \
+ PPB_GRAPHICS_3D_TRUSTED_INTERFACE_0_1
typedef enum {
PPB_GRAPHICS3D_TRUSTED_ERROR_OK,
@@ -51,7 +51,7 @@
uint32_t generation;
};
-struct PPB_Graphics3DTrusted_Dev {
+struct PPB_Graphics3DTrusted {
// Creates a raw Graphics3D resource. A raw Graphics3D is intended to be used
// with the trusted interface, through the command buffer (for proxying).
PP_Resource (*CreateRaw)(PP_Instance instance_id,
@@ -99,5 +99,5 @@
int32_t last_known_get);
};
-#endif // PPAPI_C_DEV_PPB_GRAPHICS_3D_TRUSTED_DEV_H_
+#endif // PPAPI_C_TRUSTED_PPB_GRAPHICS_3D_TRUSTED_H_
« no previous file with comments | « ppapi/c/ppp_graphics_3d.h ('k') | ppapi/cpp/dev/graphics_3d_client_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698