Chromium Code Reviews| Index: ppapi/examples/compositor/compositor.cc |
| diff --git a/ppapi/examples/compositor/compositor.cc b/ppapi/examples/compositor/compositor.cc |
| index 71944e031ac63f84554c157ca29ec25286951968..14c74e508e3c9bdc32e9ffd5f0f97e210e2748b1 100644 |
| --- a/ppapi/examples/compositor/compositor.cc |
| +++ b/ppapi/examples/compositor/compositor.cc |
| @@ -29,7 +29,7 @@ |
| #include "ppapi/lib/gl/include/GLES2/gl2ext.h" |
| #include "ppapi/utility/completion_callback_factory.h" |
| -// Use assert as a poor-man's CHECK, even in non-debug mode. |
| +// Use assert as a CHECK, even in non-debug mode. |
|
raymes
2016/11/29 23:11:29
poor-man's -> makeshift (and elsewhere)
Matt Giuca
2016/11/30 07:28:59
Done.
|
| // Since <assert.h> redefines assert on every inclusion (it doesn't use |
| // include-guards), make sure this is the last file #include'd in this file. |
| #undef NDEBUG |