diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-18 07:09:09 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-18 07:09:09 +0000 |
commit | 95e4e1a0fda6929b47702e69e4ddfe384b5d014b (patch) | |
tree | 1cf6fc6d2d063aac4a14388de969a5214e2e9243 /cc/layer_impl.h | |
parent | a2f3755a9e22ced917b1dda50c57e4e912594e9d (diff) | |
download | chromium_src-95e4e1a0fda6929b47702e69e4ddfe384b5d014b.zip chromium_src-95e4e1a0fda6929b47702e69e4ddfe384b5d014b.tar.gz chromium_src-95e4e1a0fda6929b47702e69e4ddfe384b5d014b.tar.bz2 |
Part 3 of cc/ directory shuffles: animation
Continuation of https://src.chromium.org/viewvc/chrome?view=rev&revision=188681
BUG=190824
TBR=enne@chromium.org, vollick@chromium.org
Review URL: https://codereview.chromium.org/12822004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188688 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/layer_impl.h')
-rw-r--r-- | cc/layer_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/layer_impl.h b/cc/layer_impl.h index 2d09d33..39c7c8a 100644 --- a/cc/layer_impl.h +++ b/cc/layer_impl.h @@ -10,13 +10,13 @@ #include "base/logging.h" #include "base/memory/scoped_ptr.h" #include "base/values.h" +#include "cc/animation/layer_animation_controller.h" +#include "cc/animation/layer_animation_value_observer.h" #include "cc/base/cc_export.h" #include "cc/base/region.h" #include "cc/base/scoped_ptr_vector.h" #include "cc/draw_properties.h" #include "cc/input_handler.h" -#include "cc/layer_animation_controller.h" -#include "cc/layer_animation_value_observer.h" #include "cc/render_pass.h" #include "cc/render_surface_impl.h" #include "cc/resource_provider.h" |