| Index: cc/layers/layer_impl.h
|
| diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
|
| index b5b8a127d25844d11f9e28393b44a1efe0be6ab0..2ba6683a50b98619df76d9720af6b3f27665d4d4 100644
|
| --- a/cc/layers/layer_impl.h
|
| +++ b/cc/layers/layer_impl.h
|
| @@ -18,7 +18,6 @@
|
| #include "base/macros.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "base/values.h"
|
| -#include "cc/animation/element_id.h"
|
| #include "cc/animation/target_property.h"
|
| #include "cc/base/cc_export.h"
|
| #include "cc/base/region.h"
|
| @@ -33,6 +32,7 @@
|
| #include "cc/quads/shared_quad_state.h"
|
| #include "cc/resources/resource_provider.h"
|
| #include "cc/tiles/tile_priority.h"
|
| +#include "cc/trees/element_id.h"
|
| #include "cc/trees/mutator_host_client.h"
|
| #include "third_party/skia/include/core/SkColor.h"
|
| #include "third_party/skia/include/core/SkXfermode.h"
|
|
|