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

Unified Diff: ppapi/proxy/ppb_input_event_proxy.h

Issue 7621070: Merge the plugin and impl side of the audio config and input event resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed compile issues Created 9 years, 4 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/ppb_input_event_proxy.h
diff --git a/ppapi/proxy/ppb_input_event_proxy.h b/ppapi/proxy/ppb_input_event_proxy.h
index 0cefb8d0776a19a051b8245724f566d2de140664..43aa03ca85968abb2394d17e86cd5f70346afdfb 100644
--- a/ppapi/proxy/ppb_input_event_proxy.h
+++ b/ppapi/proxy/ppb_input_event_proxy.h
@@ -26,9 +26,6 @@ class PPB_InputEvent_Proxy : public InterfaceProxy {
static const Info* GetMouseInputEventInfo();
static const Info* GetWheelInputEventInfo();
- static PP_Resource CreateProxyResource(PP_Instance instance,
- const ppapi::InputEventData& data);
-
// InterfaceProxy implementation.
virtual bool OnMessageReceived(const IPC::Message& msg);

Powered by Google App Engine
This is Rietveld 408576698