| Index: cc/layer_impl.h
|
| diff --git a/cc/layer_impl.h b/cc/layer_impl.h
|
| index 2d09d3360fd3225ff6a75a109718d876fe383755..39c7c8a05fab794cb03fb0cce1663483a41ff5dc 100644
|
| --- a/cc/layer_impl.h
|
| +++ b/cc/layer_impl.h
|
| @@ -10,13 +10,13 @@
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/values.h"
|
| +#include "cc/animation/layer_animation_controller.h"
|
| +#include "cc/animation/layer_animation_value_observer.h"
|
| #include "cc/base/cc_export.h"
|
| #include "cc/base/region.h"
|
| #include "cc/base/scoped_ptr_vector.h"
|
| #include "cc/draw_properties.h"
|
| #include "cc/input_handler.h"
|
| -#include "cc/layer_animation_controller.h"
|
| -#include "cc/layer_animation_value_observer.h"
|
| #include "cc/render_pass.h"
|
| #include "cc/render_surface_impl.h"
|
| #include "cc/resource_provider.h"
|
|
|