Chromium Code Reviews| Index: core/fxcrt/include/fx_ext.h |
| diff --git a/core/fxcrt/include/fx_ext.h b/core/fxcrt/include/fx_ext.h |
| index 2a39530c0758de1866f15a53843c4368bc3a8a8e..7ffbdcc3a181c0f301630775817b7087f6f454c3 100644 |
| --- a/core/fxcrt/include/fx_ext.h |
| +++ b/core/fxcrt/include/fx_ext.h |
| @@ -12,6 +12,8 @@ |
| #include "core/fxcrt/include/fx_basic.h" |
| +#define FX_INVALID_OFFSET (static_cast<FX_DWORD>(-1)) |
|
Tom Sepez
2016/03/25 22:31:40
nit: outer parens not needed.
Wei Li
2016/03/26 01:04:10
Done.
|
| + |
| // TODO(thestig) Using unique_ptr with ReleaseDeleter is still not ideal. |
| // Come up or wait for something better. This appears in this file rather |
| // than fx_stream.h due to include ordering restrictions. |