diff options
Diffstat (limited to 'ppapi/thunk/enter.h')
-rw-r--r-- | ppapi/thunk/enter.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ppapi/thunk/enter.h b/ppapi/thunk/enter.h index 098a2a8..276f045 100644 --- a/ppapi/thunk/enter.h +++ b/ppapi/thunk/enter.h @@ -203,7 +203,8 @@ class EnterResourceNoLock : public EnterResource<ResourceT, false> { EnterResourceNoLock(PP_Resource resource, bool report_error) : EnterResource<ResourceT, false>(resource, report_error) { } - EnterResourceNoLock(PP_Resource resource, PP_CompletionCallback callback, + EnterResourceNoLock(PP_Resource resource, + const PP_CompletionCallback& callback, bool report_error) : EnterResource<ResourceT, false>(resource, callback, report_error) { } |