| Index: cc/layers/nine_patch_layer_impl_unittest.cc
|
| diff --git a/cc/layers/nine_patch_layer_impl_unittest.cc b/cc/layers/nine_patch_layer_impl_unittest.cc
|
| index e4c779a1be23028df562d6f464249eb9a91da15f..967787242856c1b7674d5b3cec16ff0f4f0f26cb 100644
|
| --- a/cc/layers/nine_patch_layer_impl_unittest.cc
|
| +++ b/cc/layers/nine_patch_layer_impl_unittest.cc
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/containers/hash_tables.h"
|
| #include "cc/layers/append_quads_data.h"
|
| #include "cc/layers/nine_patch_layer_impl.h"
|
|
|