| Index: webkit/renderer/compositor_bindings/web_layer_tree_view_impl_for_testing.cc
|
| diff --git a/webkit/renderer/compositor_bindings/web_layer_tree_view_impl_for_testing.cc b/webkit/renderer/compositor_bindings/web_layer_tree_view_impl_for_testing.cc
|
| index 47c2314919ddf866536a527c13902cc7ccc9121e..7cc58b7fb031ff0595b89e0b000b64f702f39a72 100644
|
| --- a/webkit/renderer/compositor_bindings/web_layer_tree_view_impl_for_testing.cc
|
| +++ b/webkit/renderer/compositor_bindings/web_layer_tree_view_impl_for_testing.cc
|
| @@ -17,13 +17,13 @@
|
| #include "cc/output/output_surface.h"
|
| #include "cc/output/software_output_device.h"
|
| #include "cc/trees/layer_tree_host.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"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebLayer.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebLayerTreeView.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebRenderingStats.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebSize.h"
|
| +#include "third_party/WebKit/public/platform/Platform.h"
|
| +#include "third_party/WebKit/public/platform/WebGraphicsContext3D.h"
|
| +#include "third_party/WebKit/public/platform/WebInputHandler.h"
|
| +#include "third_party/WebKit/public/platform/WebLayer.h"
|
| +#include "third_party/WebKit/public/platform/WebLayerTreeView.h"
|
| +#include "third_party/WebKit/public/platform/WebRenderingStats.h"
|
| +#include "third_party/WebKit/public/platform/WebSize.h"
|
| #include "webkit/gpu/test_context_provider_factory.h"
|
| #include "webkit/renderer/compositor_bindings/web_layer_impl.h"
|
| #include "webkit/support/test_webkit_platform_support.h"
|
|
|