| Index: webkit/renderer/compositor_bindings/web_layer_impl.cc
|
| diff --git a/webkit/compositor_bindings/web_layer_impl.cc b/webkit/renderer/compositor_bindings/web_layer_impl.cc
|
| similarity index 98%
|
| rename from webkit/compositor_bindings/web_layer_impl.cc
|
| rename to webkit/renderer/compositor_bindings/web_layer_impl.cc
|
| index 8eec32192a7672bbf8184788c4665080f93a6841..564a846d404b73defb542b92a1d065562d9c4b85 100644
|
| --- a/webkit/compositor_bindings/web_layer_impl.cc
|
| +++ b/webkit/renderer/compositor_bindings/web_layer_impl.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "webkit/compositor_bindings/web_layer_impl.h"
|
| +#include "webkit/renderer/compositor_bindings/web_layer_impl.h"
|
|
|
| #include "base/string_util.h"
|
| #include "cc/animation/animation.h"
|
| @@ -14,7 +14,7 @@
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebLayerPositionConstraint.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebSize.h"
|
| #include "third_party/skia/include/utils/SkMatrix44.h"
|
| -#include "webkit/compositor_bindings/web_animation_impl.h"
|
| +#include "webkit/renderer/compositor_bindings/web_animation_impl.h"
|
|
|
| using cc::Animation;
|
| using cc::Layer;
|
|
|