summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-06 17:26:30 +0000
committerdanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-06 17:26:30 +0000
commite52c957bef71e8de442d56d8d430f739101a349f (patch)
tree8399b1cd868e3b38239518db72b1769b05e2e8a4
parenta20a122d850bab61fcbd49d464b29f3a367a7c97 (diff)
downloadchromium_src-e52c957bef71e8de442d56d8d430f739101a349f.zip
chromium_src-e52c957bef71e8de442d56d8d430f739101a349f.tar.gz
chromium_src-e52c957bef71e8de442d56d8d430f739101a349f.tar.bz2
Remove old createLayerTreeViewForTesting() from platform support.
Depends on: blink:r174579 R=piman Review URL: https://codereview.chromium.org/291333004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275465 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--content/test/test_webkit_platform_support.cc6
-rw-r--r--content/test/test_webkit_platform_support.h2
2 files changed, 0 insertions, 8 deletions
diff --git a/content/test/test_webkit_platform_support.cc b/content/test/test_webkit_platform_support.cc
index fccba64..baa4183 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);
diff --git a/content/test/test_webkit_platform_support.h b/content/test/test_webkit_platform_support.h
index a8decc4..65e7c36 100644
--- a/content/test/test_webkit_platform_support.h
+++ b/content/test/test_webkit_platform_support.h
@@ -82,8 +82,6 @@ class TestWebKitPlatformSupport
virtual void serveAsynchronousMockedRequests();
virtual blink::WebString webKitRootDir();
virtual blink::WebLayerTreeView* createLayerTreeViewForTesting();
- virtual blink::WebLayerTreeView* createLayerTreeViewForTesting(
- TestViewType type);
virtual blink::WebData readFromFile(const blink::WebString& path);
private: