| Index: cc/trees/layer_tree_host_impl.h
|
| diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
|
| index 7f2cc34687efd3178f944f10d52c22b9ccc78e87..f7391beba013ad58220cc6a794bc6881c400b401 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -5,12 +5,14 @@
|
| #ifndef CC_TREES_LAYER_TREE_HOST_IMPL_H_
|
| #define CC_TREES_LAYER_TREE_HOST_IMPL_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <set>
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/containers/hash_tables.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/time/time.h"
|
| #include "cc/animation/animation_events.h"
|
|
|