| Index: cc/animation/animation_registrar.cc
|
| diff --git a/cc/animation/animation_registrar.cc b/cc/animation/animation_registrar.cc
|
| index a3edd74a02ce2b6c46e30f74f099cb8437f077a9..c300026ad9421aa9f8d26d98fc1d0180bcc203e8 100644
|
| --- a/cc/animation/animation_registrar.cc
|
| +++ b/cc/animation/animation_registrar.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "cc/animation/animation_registrar.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/trace_event/trace_event.h"
|
| #include "base/trace_event/trace_event_argument.h"
|
| #include "cc/animation/layer_animation_controller.h"
|
|
|