| Index: skia/ext/SkMemory_new_handler.cpp
|
| diff --git a/skia/ext/SkMemory_new_handler.cpp b/skia/ext/SkMemory_new_handler.cpp
|
| index d4080a13447aa983e6a9f66a607a49832b2d29b3..b20d31b755bd61d6671f6a4b88dcf9498afb85ce 100644
|
| --- a/skia/ext/SkMemory_new_handler.cpp
|
| +++ b/skia/ext/SkMemory_new_handler.cpp
|
| @@ -2,10 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stddef.h>
|
| #include <stdlib.h>
|
|
|
| #include "base/process/memory.h"
|
| -
|
| +#include "build/build_config.h"
|
| #include "third_party/skia/include/core/SkTypes.h"
|
|
|
| // This implementation of sk_malloc_flags() and friends is similar to
|
|
|