summaryrefslogtreecommitdiffstats
path: root/ppapi/thunk/ppb_graphics_3d_trusted_thunk.cc
diff options
context:
space:
mode:
authornfullagar@google.com <nfullagar@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-06 23:36:26 +0000
committernfullagar@google.com <nfullagar@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-06 23:36:26 +0000
commit24efa80adcf956b606bdda62091357510894e5cf (patch)
treee9b63f7e520bd38592f5de2e27e4ca67af8f8f3b /ppapi/thunk/ppb_graphics_3d_trusted_thunk.cc
parent844cf21c267a04f519386c2753780531f0dc9214 (diff)
downloadchromium_src-24efa80adcf956b606bdda62091357510894e5cf.zip
chromium_src-24efa80adcf956b606bdda62091357510894e5cf.tar.gz
chromium_src-24efa80adcf956b606bdda62091357510894e5cf.tar.bz2
Revert 99855 - Move PPAPI graphics3d and opengles interfaces out of Dev.
BUG= http://code.google.com/p/chromium/issues/detail?id=94320 TEST= various nacl exmaples, try bots Review URL: http://codereview.chromium.org/7737013 TBR=nfullagar@google.com Review URL: http://codereview.chromium.org/7782020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99861 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/thunk/ppb_graphics_3d_trusted_thunk.cc')
-rw-r--r--ppapi/thunk/ppb_graphics_3d_trusted_thunk.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/thunk/ppb_graphics_3d_trusted_thunk.cc b/ppapi/thunk/ppb_graphics_3d_trusted_thunk.cc
index 5cc9661..d9413f2 100644
--- a/ppapi/thunk/ppb_graphics_3d_trusted_thunk.cc
+++ b/ppapi/thunk/ppb_graphics_3d_trusted_thunk.cc
@@ -100,7 +100,7 @@ PP_Graphics3DTrustedState FlushSyncFast(PP_Resource context,
return enter.object()->FlushSyncFast(put_offset, last_known_get);
}
-const PPB_Graphics3DTrusted g_ppb_graphics_3d_trusted_thunk = {
+const PPB_Graphics3DTrusted_Dev g_ppb_graphics_3d_trusted_thunk = {
&CreateRaw,
&InitCommandBuffer,
&GetRingBuffer,
@@ -115,7 +115,7 @@ const PPB_Graphics3DTrusted g_ppb_graphics_3d_trusted_thunk = {
} // namespace
-const PPB_Graphics3DTrusted* GetPPB_Graphics3DTrusted_Thunk() {
+const PPB_Graphics3DTrusted_Dev* GetPPB_Graphics3DTrusted_Thunk() {
return &g_ppb_graphics_3d_trusted_thunk;
}