| Index: webkit/compositor_bindings/web_layer_tree_view_unittest.cc
|
| diff --git a/webkit/compositor_bindings/WebLayerTreeViewTest.cpp b/webkit/compositor_bindings/web_layer_tree_view_unittest.cc
|
| similarity index 97%
|
| rename from webkit/compositor_bindings/WebLayerTreeViewTest.cpp
|
| rename to webkit/compositor_bindings/web_layer_tree_view_unittest.cc
|
| index 3fd09151f2caf0529e73cc4ef91bbaf675627cfb..2ab62485c559b1e180e7e6ce0c353a6f4f01f64b 100644
|
| --- a/webkit/compositor_bindings/WebLayerTreeViewTest.cpp
|
| +++ b/webkit/compositor_bindings/web_layer_tree_view_unittest.cc
|
| @@ -4,9 +4,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#include "WebLayerImpl.h"
|
| -#include "WebLayerTreeViewImpl.h"
|
| -#include "WebLayerTreeViewTestCommon.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "cc/test/compositor_fake_web_graphics_context_3d.h"
|
| #include "cc/test/fake_web_compositor_output_surface.h"
|
| @@ -14,9 +11,12 @@
|
| #include "third_party/WebKit/Source/Platform/chromium/public/Platform.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebCompositorSupport.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/WebLayerTreeViewClient.h"
|
| +#include "third_party/WebKit/Source/Platform/chromium/public/WebLayerTreeView.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebThread.h"
|
| +#include "web_layer_impl.h"
|
| +#include "web_layer_tree_view_impl.h"
|
| +#include "web_layer_tree_view_test_common.h"
|
|
|
| using namespace WebKit;
|
| using testing::Mock;
|
|
|