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

Unified Diff: content/test/web_layer_tree_view_impl_for_testing.cc

Issue 23526028: Move source files from webkit/support to content/test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 7 years, 3 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
« no previous file with comments | « content/test/web_layer_tree_view_impl_for_testing.h ('k') | content/test/webkit_support.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/web_layer_tree_view_impl_for_testing.cc
diff --git a/webkit/support/web_layer_tree_view_impl_for_testing.cc b/content/test/web_layer_tree_view_impl_for_testing.cc
similarity index 97%
rename from webkit/support/web_layer_tree_view_impl_for_testing.cc
rename to content/test/web_layer_tree_view_impl_for_testing.cc
index 93bfcbe11c0ea754200f2e7f977eb90570bf51c1..25f01c3c617538d18e3911081e0d079080bed202 100644
--- a/webkit/support/web_layer_tree_view_impl_for_testing.cc
+++ b/content/test/web_layer_tree_view_impl_for_testing.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "webkit/support/web_layer_tree_view_impl_for_testing.h"
+#include "content/test/web_layer_tree_view_impl_for_testing.h"
#include "base/command_line.h"
#include "base/strings/string_number_conversions.h"
@@ -13,6 +13,7 @@
#include "cc/layers/layer.h"
#include "cc/output/output_surface.h"
#include "cc/trees/layer_tree_host.h"
+#include "content/test/test_webkit_platform_support.h"
#include "third_party/WebKit/public/platform/Platform.h"
#include "third_party/WebKit/public/platform/WebGraphicsContext3D.h"
#include "third_party/WebKit/public/platform/WebLayer.h"
@@ -21,7 +22,6 @@
#include "third_party/WebKit/public/platform/WebSize.h"
#include "webkit/common/gpu/test_context_provider_factory.h"
#include "webkit/renderer/compositor_bindings/web_layer_impl.h"
-#include "webkit/support/test_webkit_platform_support.h"
using WebKit::WebColor;
using WebKit::WebGraphicsContext3D;
« no previous file with comments | « content/test/web_layer_tree_view_impl_for_testing.h ('k') | content/test/webkit_support.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698