summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/plugin_resource.h
diff options
context:
space:
mode:
authoralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-18 20:58:20 +0000
committeralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-18 20:58:20 +0000
commit914f41855d381b3777142609e2d94ef83b1339ad (patch)
tree56c1d6601b795869683a4fc3291caa8e79ea2525 /ppapi/proxy/plugin_resource.h
parentd3b0574f1e2baf8cd09967499b9ab55ec713e188 (diff)
downloadchromium_src-914f41855d381b3777142609e2d94ef83b1339ad.zip
chromium_src-914f41855d381b3777142609e2d94ef83b1339ad.tar.gz
chromium_src-914f41855d381b3777142609e2d94ef83b1339ad.tar.bz2
Completed the implementation for PPB_Graphics3D interface.
- Mostly copied from the implementations for PPB_Surface3D and PPB_Context3D. - Added the proxy implementation - Refactored common code between host and plugin side into a common class. I will send the changes to bind Graphics3D with Instance and OpenGLES2 interface in a separate patch. BUG=86370,78087 Review URL: http://codereview.chromium.org/6824006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92885 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/proxy/plugin_resource.h')
-rw-r--r--ppapi/proxy/plugin_resource.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ppapi/proxy/plugin_resource.h b/ppapi/proxy/plugin_resource.h
index eff74b4..8646189 100644
--- a/ppapi/proxy/plugin_resource.h
+++ b/ppapi/proxy/plugin_resource.h
@@ -26,6 +26,7 @@
F(FlashNetConnector) \
F(Font) \
F(Graphics2D) \
+ F(Graphics3D) \
F(ImageData) \
F(MockResource) \
F(PrivateFontFile) \