| Index: cc/layers/layer_impl.h
|
| diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
|
| index 2ba6683a50b98619df76d9720af6b3f27665d4d4..ec960525fa66f5d4891c4fd1f5be717898ad8cbb 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/target_property.h"
|
| #include "cc/base/cc_export.h"
|
| #include "cc/base/region.h"
|
| #include "cc/base/synced_property.h"
|
| @@ -34,6 +33,7 @@
|
| #include "cc/tiles/tile_priority.h"
|
| #include "cc/trees/element_id.h"
|
| #include "cc/trees/mutator_host_client.h"
|
| +#include "cc/trees/target_property.h"
|
| #include "third_party/skia/include/core/SkColor.h"
|
| #include "third_party/skia/include/core/SkXfermode.h"
|
| #include "ui/gfx/geometry/point3_f.h"
|
|
|