diff options
Diffstat (limited to 'cc/layer_tree_host_impl.h')
-rw-r--r-- | cc/layer_tree_host_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/layer_tree_host_impl.h b/cc/layer_tree_host_impl.h index 17ef602..7ce1d31 100644 --- a/cc/layer_tree_host_impl.h +++ b/cc/layer_tree_host_impl.h @@ -5,10 +5,10 @@ #ifndef CCLayerTreeHostImpl_h #define CCLayerTreeHostImpl_h -#include "CCAnimationEvents.h" #include "base/basictypes.h" #include "base/memory/scoped_ptr.h" #include "base/time.h" +#include "cc/animation_events.h" #include "cc/input_handler.h" #include "cc/layer_sorter.h" #include "cc/render_pass.h" |