diff options
author | dmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-20 16:36:02 +0000 |
---|---|---|
committer | dmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-20 16:36:02 +0000 |
commit | d153c80959407a591a08a9deb1878295176fcb04 (patch) | |
tree | b1ff32af2d2b7e4cc46e84d69bd39f6d65705807 /ppapi/proxy/dispatcher.cc | |
parent | 88a14fa437caa6df64fece3df39c8ec8bde31f84 (diff) | |
download | chromium_src-d153c80959407a591a08a9deb1878295176fcb04.zip chromium_src-d153c80959407a591a08a9deb1878295176fcb04.tar.gz chromium_src-d153c80959407a591a08a9deb1878295176fcb04.tar.bz2 |
Revert 93202 - Remove HandleInputEvent from PPP_Instance and freeze to 1.0.
Note I'm leaving in temporary backwards-compatibility.
BUG= http://code.google.com/p/nativeclient/issues/detail?id=2035
TEST=ppapi tests
Review URL: http://codereview.chromium.org/7452002
TBR=dmichael@chromium.org
Review URL: http://codereview.chromium.org/7467002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93208 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/proxy/dispatcher.cc')
-rw-r--r-- | ppapi/proxy/dispatcher.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/proxy/dispatcher.cc b/ppapi/proxy/dispatcher.cc index 5de70c0..69e16ac 100644 --- a/ppapi/proxy/dispatcher.cc +++ b/ppapi/proxy/dispatcher.cc @@ -165,7 +165,7 @@ InterfaceList::InterfaceList() { AddPPP(PPP_Graphics3D_Proxy::GetInfo()); AddPPP(PPP_InputEvent_Proxy::GetInfo()); AddPPP(PPP_Instance_Private_Proxy::GetInfo()); - AddPPP(PPP_Instance_Proxy::GetInfo1_0()); + AddPPP(PPP_Instance_Proxy::GetInfo0_5()); } void InterfaceList::AddPPP(const InterfaceProxy::Info* info) { |