| Index: skia/ext/SkMemory_new_handler.cpp
|
| ===================================================================
|
| --- skia/ext/SkMemory_new_handler.cpp (revision 16007)
|
| +++ skia/ext/SkMemory_new_handler.cpp (working copy)
|
| @@ -1,8 +1,9 @@
|
| -#include "SkTypes.h"
|
| #include <stdio.h>
|
| #include <stdlib.h>
|
| #include <new>
|
|
|
| +#include "third_party/skia/include/core/SkTypes.h"
|
| +
|
| // This implementation of sk_malloc_flags() and friends is identical
|
| // to SkMemory_malloc.c, except that it disables the CRT's new_handler
|
| // during malloc(), when SK_MALLOC_THROW is not set (ie., when
|
|
|