diff options
Diffstat (limited to 'cc/layer_tree_host_impl.cc')
-rw-r--r-- | cc/layer_tree_host_impl.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/layer_tree_host_impl.cc b/cc/layer_tree_host_impl.cc index 6d7a598..d0216f5 100644 --- a/cc/layer_tree_host_impl.cc +++ b/cc/layer_tree_host_impl.cc @@ -27,9 +27,9 @@ #include "CCScrollbarAnimationController.h" #include "CCScrollbarLayerImpl.h" #include "CCSettings.h" -#include "CCSingleThreadProxy.h" -#include "base/debug/trace_event.h" #include "base/basictypes.h" +#include "base/debug/trace_event.h" +#include "cc/single_thread_proxy.h" #include "cc/texture_uploader.h" #include <wtf/CurrentTime.h> #include <algorithm> |