| Index: cc/blink/web_layer_impl.cc
|
| diff --git a/cc/blink/web_layer_impl.cc b/cc/blink/web_layer_impl.cc
|
| index ddae2563a03cdb0a0f5c30b34c1d07fdd095b633..09a922e40a8895d47c55b2509689803d6ea69b5c 100644
|
| --- a/cc/blink/web_layer_impl.cc
|
| +++ b/cc/blink/web_layer_impl.cc
|
| @@ -16,6 +16,7 @@
|
| #include "base/threading/thread_checker.h"
|
| #include "base/trace_event/trace_event_impl.h"
|
| #include "cc/animation/animation.h"
|
| +#include "cc/animation/layer_tree_mutation.h"
|
| #include "cc/animation/mutable_properties.h"
|
| #include "cc/base/region.h"
|
| #include "cc/base/switches.h"
|
| @@ -32,6 +33,8 @@
|
| #include "third_party/WebKit/public/platform/WebFloatRect.h"
|
| #include "third_party/WebKit/public/platform/WebLayerPositionConstraint.h"
|
| #include "third_party/WebKit/public/platform/WebLayerScrollClient.h"
|
| +#include "third_party/WebKit/public/platform/WebMutableProperties.h"
|
| +#include "third_party/WebKit/public/platform/WebMutation.h"
|
| #include "third_party/WebKit/public/platform/WebSize.h"
|
| #include "third_party/skia/include/utils/SkMatrix44.h"
|
| #include "ui/gfx/geometry/rect_conversions.h"
|
|
|