| Index: ppapi/native_client/src/trusted/plugin/callback_source.h
|
| diff --git a/ppapi/native_client/src/trusted/plugin/callback_source.h b/ppapi/native_client/src/trusted/plugin/callback_source.h
|
| index 23977617658d33a2380a84dc46df8f8844c10a6a..928a577edab1917a441778e7808be3a437b1aef4 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/callback_source.h
|
| +++ b/ppapi/native_client/src/trusted/plugin/callback_source.h
|
| @@ -24,6 +24,7 @@ namespace plugin {
|
| template<class T>
|
| class CallbackSource {
|
| public:
|
| + virtual ~CallbackSource();
|
| // Returns a callback from callback_factory's NewCallbackWithOutput,
|
| // bound to the implementing object.
|
| virtual pp::CompletionCallbackWithOutput<T> GetCallback() = 0;
|
|
|