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

Unified Diff: ppapi/proxy/plugin_resource.h

Issue 7545014: Implement PPAPI VideoDecode out-of-process support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: responses to ddorwin and piman Created 9 years, 5 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 8646189ecc23e48516c68f047a9d55d09d1863ad..b5fa0903ead58112542a0c9734499c4aaabced74 100644
--- a/ppapi/proxy/plugin_resource.h
+++ b/ppapi/proxy/plugin_resource.h
@@ -33,7 +33,8 @@
F(Surface3D) \
F(URLLoader) \
F(URLRequestInfo)\
- F(URLResponseInfo)
+ F(URLResponseInfo)\
Ami GONE FROM CHROMIUM 2011/08/02 00:49:08 extra space before backslash here (and on previous
vrk (LEFT CHROMIUM) 2011/08/03 19:04:30 Done.
+ F(VideoDecoder)
namespace pp {
namespace proxy {

Powered by Google App Engine
This is Rietveld 408576698