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

Unified Diff: content/test/test_webkit_platform_support.cc

Issue 291333004: Remove old createLayerTreeViewForTesting() from platform support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/test_webkit_platform_support.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_webkit_platform_support.cc
diff --git a/content/test/test_webkit_platform_support.cc b/content/test/test_webkit_platform_support.cc
index 47c11c21da1513e28fe78ba3d07a95e7234247c8..303e9e6f1210e369de35475ec029a0182d3d4f6b 100644
--- a/content/test/test_webkit_platform_support.cc
+++ b/content/test/test_webkit_platform_support.cc
@@ -273,12 +273,6 @@ TestWebKitPlatformSupport::createLayerTreeViewForTesting() {
return view.release();
}
-blink::WebLayerTreeView*
-TestWebKitPlatformSupport::createLayerTreeViewForTesting(TestViewType type) {
- DCHECK_EQ(TestViewTypeUnitTest, type);
- return createLayerTreeViewForTesting();
-}
-
blink::WebData TestWebKitPlatformSupport::readFromFile(
const blink::WebString& path) {
base::FilePath file_path = base::FilePath::FromUTF16Unsafe(path);
« no previous file with comments | « content/test/test_webkit_platform_support.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698