| Index: ppapi/cpp/completion_callback.h
|
| diff --git a/ppapi/cpp/completion_callback.h b/ppapi/cpp/completion_callback.h
|
| index e83616e6f7e37b512af882733ae7658b9f9d4883..2e5f38b9e9c11df90065c744f4ffe86edf03cfbb 100644
|
| --- a/ppapi/cpp/completion_callback.h
|
| +++ b/ppapi/cpp/completion_callback.h
|
| @@ -179,6 +179,8 @@ CompletionCallback BlockUntilComplete();
|
| ///
|
| /// class MyHandler {
|
| /// public:
|
| +/// // If an compiler warns on following using |this| in the initializer
|
| +/// // list, use PP_ALLOW_THIS_IN_INITIALIZER_LIST macro.
|
| /// MyHandler() : factory_(this), offset_(0) {
|
| /// }
|
| ///
|
|
|