| Index: webkit/compositor_bindings/web_layer_tree_view_impl_for_testing.cc
|
| diff --git a/webkit/compositor_bindings/web_layer_tree_view_impl_for_testing.cc b/webkit/compositor_bindings/web_layer_tree_view_impl_for_testing.cc
|
| index 5bfbd57ad6e615802c78bc571ec351250258721f..da0933a19edefc2d78f2722ec00b8d8e84898897 100644
|
| --- a/webkit/compositor_bindings/web_layer_tree_view_impl_for_testing.cc
|
| +++ b/webkit/compositor_bindings/web_layer_tree_view_impl_for_testing.cc
|
| @@ -7,6 +7,9 @@
|
| #include "base/command_line.h"
|
| #include "base/string_number_conversions.h"
|
| #include "base/synchronization/lock.h"
|
| +#include "cc/base/switches.h"
|
| +#include "cc/base/thread.h"
|
| +#include "cc/base/thread_impl.h"
|
| #include "cc/context_provider.h"
|
| #include "cc/fake_web_graphics_context_3d.h"
|
| #include "cc/input_handler.h"
|
| @@ -14,9 +17,6 @@
|
| #include "cc/layer_tree_host.h"
|
| #include "cc/output_surface.h"
|
| #include "cc/software_output_device.h"
|
| -#include "cc/switches.h"
|
| -#include "cc/thread.h"
|
| -#include "cc/thread_impl.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/Platform.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebInputHandler.h"
|
|
|