| Index: cc/layer.cc
|
| diff --git a/cc/layer.cc b/cc/layer.cc
|
| index 51f4a597d22acff7f176a0a0e9a227f1e78bffed..b277735fbc083350ccc6c670442f875d344bf5aa 100644
|
| --- a/cc/layer.cc
|
| +++ b/cc/layer.cc
|
| @@ -9,11 +9,11 @@
|
| #include "cc/layer_animation_controller.h"
|
| #include "cc/layer_impl.h"
|
| #include "cc/layer_tree_host.h"
|
| +#include "third_party/WebKit/Source/Platform/chromium/public/WebAnimationDelegate.h"
|
| +#include "third_party/WebKit/Source/Platform/chromium/public/WebLayerScrollClient.h"
|
| +#include "third_party/WebKit/Source/Platform/chromium/public/WebSize.h"
|
| #include "third_party/skia/include/core/SkImageFilter.h"
|
| #include "ui/gfx/rect_conversions.h"
|
| -#include <public/WebAnimationDelegate.h>
|
| -#include <public/WebLayerScrollClient.h>
|
| -#include <public/WebSize.h>
|
|
|
| using namespace std;
|
|
|
|
|