summaryrefslogtreecommitdiffstats
path: root/ppapi/cpp/instance.cc
diff options
context:
space:
mode:
authordmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-20 18:11:51 +0000
committerdmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-20 18:11:51 +0000
commita19358d3fc8effc088e5212d11d7ab4eed4a04c9 (patch)
tree2ea723b39505fba7a77a4d2d31ce21c00d0d7486 /ppapi/cpp/instance.cc
parenta45f18300d227334e573e2fde960d1a181757c5a (diff)
downloadchromium_src-a19358d3fc8effc088e5212d11d7ab4eed4a04c9.zip
chromium_src-a19358d3fc8effc088e5212d11d7ab4eed4a04c9.tar.gz
chromium_src-a19358d3fc8effc088e5212d11d7ab4eed4a04c9.tar.bz2
Reland http://codereview.chromium.org/7452002/
Update chromoting input events. (Clang caught this. Thanks, Clang!) Note I'm leaving in temporary backwards-compatibility. brettw, just need a rubber-stamp. This is the same as the last CL. awong/garykac/sergeyu, looking for someone on chromoting team to glance at my changes and make sure I didn't do anything you don't like. This is a high priority for 14, so please look if you can. BUG=None TEST=ppapi tests Review URL: http://codereview.chromium.org/7466002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93223 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/cpp/instance.cc')
-rw-r--r--ppapi/cpp/instance.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/ppapi/cpp/instance.cc b/ppapi/cpp/instance.cc
index 75e9a1f..9bb77dc 100644
--- a/ppapi/cpp/instance.cc
+++ b/ppapi/cpp/instance.cc
@@ -67,10 +67,6 @@ bool Instance::HandleDocumentLoad(const URLLoader& /*url_loader*/) {
return false;
}
-bool Instance::HandleInputEvent(const PP_InputEvent& /*event*/) {
- return false;
-}
-
bool Instance::HandleInputEvent(const InputEvent& /*event*/) {
return false;
}