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

Unified Diff: ppapi/proxy/plugin_resource.h

Issue 6400007: Implement proxy for 3d-related interfaces (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: separate ParamTraits<gpu::CommandBuffer::State> into own library Created 9 years, 11 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/proxy/plugin_resource.h
diff --git a/ppapi/proxy/plugin_resource.h b/ppapi/proxy/plugin_resource.h
index 9fda1b575b28a8d10eead71b8659b85966aacfb5..1113f6aa50fd24425467daebb5ea98f2f7494ffd 100644
--- a/ppapi/proxy/plugin_resource.h
+++ b/ppapi/proxy/plugin_resource.h
@@ -16,11 +16,13 @@
F(Audio) \
F(AudioConfig) \
F(Buffer) \
+ F(Context3D) \
F(Font) \
F(Graphics2D) \
F(ImageData) \
F(MockResource) \
F(PrivateFontFile) \
+ F(Surface3D) \
F(URLLoader) \
F(URLRequestInfo)\
F(URLResponseInfo)

Powered by Google App Engine
This is Rietveld 408576698