diff options
Diffstat (limited to 'cc/single_thread_proxy.cc')
-rw-r--r-- | cc/single_thread_proxy.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/single_thread_proxy.cc b/cc/single_thread_proxy.cc index c44b281..b71a4b5 100644 --- a/cc/single_thread_proxy.cc +++ b/cc/single_thread_proxy.cc @@ -7,11 +7,11 @@ #include "base/auto_reset.h" #include "base/debug/trace_event.h" #include "cc/base/thread.h" -#include "cc/context_provider.h" #include "cc/draw_quad.h" #include "cc/layer_tree_host.h" #include "cc/layer_tree_impl.h" -#include "cc/output_surface.h" +#include "cc/output/context_provider.h" +#include "cc/output/output_surface.h" #include "cc/prioritized_resource_manager.h" #include "cc/resource_update_controller.h" |