Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1166)

Unified Diff: webkit/compositor_bindings/web_layer_tree_view_unittest.cc

Issue 11192050: Rename compositor bindings filenames to Chromium style (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « webkit/compositor_bindings/web_layer_tree_view_impl.cc ('k') | webkit/compositor_bindings/web_layer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698