diff options
Diffstat (limited to 'cc/layer.cc')
-rw-r--r-- | cc/layer.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/layer.cc b/cc/layer.cc index 5925a68..db550da 100644 --- a/cc/layer.cc +++ b/cc/layer.cc @@ -8,8 +8,8 @@ #include "cc/animation/animation_events.h" #include "cc/animation/layer_animation_controller.h" #include "cc/layer_impl.h" -#include "cc/layer_tree_host.h" -#include "cc/layer_tree_impl.h" +#include "cc/trees/layer_tree_host.h" +#include "cc/trees/layer_tree_impl.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" |