| Index: ppapi/shared_impl/proxy_lock.h
|
| diff --git a/ppapi/shared_impl/proxy_lock.h b/ppapi/shared_impl/proxy_lock.h
|
| index 20e907be436985c04504de2cd67d8c0162fbb345..d0e20a5012f7b28a5f315fdf012930f68c2d1dcf 100644
|
| --- a/ppapi/shared_impl/proxy_lock.h
|
| +++ b/ppapi/shared_impl/proxy_lock.h
|
| @@ -126,6 +126,7 @@ ReturnType CallWhileUnlocked(ReturnType (*function)(P1, P2, P3, P4, P5),
|
| ProxyAutoUnlock unlock;
|
| return function(p1, p2, p3, p4, p5);
|
| }
|
| +void PPAPI_SHARED_EXPORT CallWhileUnlocked(const base::Closure& closure);
|
|
|
| // CallWhileLocked locks the ProxyLock and runs the given closure immediately.
|
| // The lock is released when CallWhileLocked returns. This function assumes the
|
|
|