Index: ppapi/proxy/ppp_mouse_lock_proxy.cc |
=================================================================== |
--- ppapi/proxy/ppp_mouse_lock_proxy.cc (revision 121902) |
+++ ppapi/proxy/ppp_mouse_lock_proxy.cc (working copy) |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -7,7 +7,6 @@ |
#include "ppapi/c/ppp_mouse_lock.h" |
#include "ppapi/proxy/host_dispatcher.h" |
#include "ppapi/proxy/ppapi_messages.h" |
-#include "ppapi/shared_impl/proxy_lock.h" |
namespace ppapi { |
namespace proxy { |
@@ -72,7 +71,7 @@ |
void PPP_MouseLock_Proxy::OnMsgMouseLockLost(PP_Instance instance) { |
if (ppp_mouse_lock_impl_) |
- CallWhileUnlocked(ppp_mouse_lock_impl_->MouseLockLost, instance); |
+ ppp_mouse_lock_impl_->MouseLockLost(instance); |
} |
} // namespace proxy |