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

Unified Diff: ppapi/proxy/ppp_instance_proxy.h

Issue 7740038: Use macros to define pepper interfaces (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Self review 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
Index: ppapi/proxy/ppp_instance_proxy.h
diff --git a/ppapi/proxy/ppp_instance_proxy.h b/ppapi/proxy/ppp_instance_proxy.h
index f9b471c40fa936101f28d10963008d3fe9eca782..7b702454896becedb5b9f3a1a194f844822491a4 100644
--- a/ppapi/proxy/ppp_instance_proxy.h
+++ b/ppapi/proxy/ppp_instance_proxy.h
@@ -25,12 +25,7 @@ class SerializedVarReturnValue;
class PPP_Instance_Proxy : public InterfaceProxy {
public:
- template <class PPP_Instance_Type>
- PPP_Instance_Proxy(Dispatcher* dispatcher,
- const PPP_Instance_Type* target_interface)
- : InterfaceProxy(dispatcher, static_cast<const void*>(target_interface)),
- combined_interface_(new PPP_Instance_Combined(*target_interface)) {
- }
+ PPP_Instance_Proxy(Dispatcher* dispatcher);
virtual ~PPP_Instance_Proxy();
// Return the info for the 1.0 (latest, canonical) version of the interface.

Powered by Google App Engine
This is Rietveld 408576698